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'
]
},
externalHelpers: true,
outputFile: 'dist/app.js'
});

View File

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