diff --git a/gulpfile.js b/gulpfile.js index a6b6952..83fe187 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -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() diff --git a/src/config-page.html b/src/config-page.html old mode 100644 new mode 100755 index 917ad92..2419edd --- a/src/config-page.html +++ b/src/config-page.html @@ -15,6 +15,6 @@
- +