1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00

Update for composer branch

This commit is contained in:
Toby Zerner
2015-10-13 12:29:22 +10:30
parent d76e27559e
commit d333a60aa4
18 changed files with 244 additions and 153 deletions

View File

@@ -5,6 +5,6 @@ gulp({
'bower_components/iframe-resizer/js/iframeResizer.contentWindow.min.js'
],
modules: {
'embed': 'src/**/*.js'
'flarum/embed': 'src/**/*.js'
}
});