refactor and add the ability to inject custom code

This commit is contained in:
Keegan
2015-10-12 01:49:56 -07:00
parent 8c958f1bae
commit 53e49339b5
12 changed files with 65 additions and 82 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ gulp.task('clean', function(done) {
});
gulp.task('browserify', ['clean'], function(done) {
return browserify('src/scripts/config-page.js', { debug: true })
return browserify('src/scripts/config-page.js', { debug: false })
.transform(stringify(['.html', '.mustache']))
.bundle()
.pipe(source('config-page.js'))