1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 01:31:40 +02:00

External helpers are included by default now

This commit is contained in:
Toby Zerner
2015-10-11 11:37:23 +10:30
parent ae3a0d2ef3
commit 5645c79c31
2 changed files with 0 additions and 2 deletions

View File

@@ -29,6 +29,5 @@ gulp({
'../lib/**/*.js' '../lib/**/*.js'
] ]
}, },
externalHelpers: true,
outputFile: 'dist/app.js' outputFile: 'dist/app.js'
}); });

View File

@@ -33,6 +33,5 @@ gulp({
'../lib/**/*.js' '../lib/**/*.js'
] ]
}, },
externalHelpers: true,
outputFile: 'dist/app.js' outputFile: 'dist/app.js'
}); });