This commit is contained in:
Keegan
2015-11-12 09:42:18 -08:00
parent 0aef0caf79
commit d47db97bb6
6 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ gulp.task('clean', function(done) {
});
});
gulp.task('browserify', ['clean'], function(done) {
gulp.task('browserify', ['clean'], function() {
return browserify('src/scripts/config-page.js', { debug: false })
.transform(stringify(['.html', '.mustache']))
.bundle()