diff --git a/framework/core/js/admin/Gulpfile.js b/framework/core/js/admin/Gulpfile.js index 03ad98821..9d7529360 100644 --- a/framework/core/js/admin/Gulpfile.js +++ b/framework/core/js/admin/Gulpfile.js @@ -29,6 +29,5 @@ gulp({ '../lib/**/*.js' ] }, - externalHelpers: true, outputFile: 'dist/app.js' }); diff --git a/framework/core/js/forum/Gulpfile.js b/framework/core/js/forum/Gulpfile.js index 40ea4ef63..7672de648 100644 --- a/framework/core/js/forum/Gulpfile.js +++ b/framework/core/js/forum/Gulpfile.js @@ -33,6 +33,5 @@ gulp({ '../lib/**/*.js' ] }, - externalHelpers: true, outputFile: 'dist/app.js' });