From 5645c79c31379d589dcdba12aeded9da6997a242 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 11 Oct 2015 11:37:23 +1030 Subject: [PATCH] External helpers are included by default now --- framework/core/js/admin/Gulpfile.js | 1 - framework/core/js/forum/Gulpfile.js | 1 - 2 files changed, 2 deletions(-) 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' });