From 9cbb1aaf509e458bbb7e24e2c5c62c0f1eb2f73e Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 27 Jul 2015 14:16:55 +0930 Subject: [PATCH] Update gulp module configuration --- framework/core/js/forum/Gulpfile.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/framework/core/js/forum/Gulpfile.js b/framework/core/js/forum/Gulpfile.js index 674c70357..c2ba146b1 100644 --- a/framework/core/js/forum/Gulpfile.js +++ b/framework/core/js/forum/Gulpfile.js @@ -25,11 +25,12 @@ gulp({ bowerDir + '/spin.js/jquery.spin.js', bowerDir + '/fastclick/lib/fastclick.js' ], - moduleFiles: [ - 'src/**/*.js', - '../lib/**/*.js' - ], - modulePrefix: 'flarum', + modules: { + 'flarum': [ + 'src/**/*.js', + '../lib/**/*.js' + ] + }, externalHelpers: true, outputFile: 'dist/app.js' });