diff --git a/gulpfile.js b/gulpfile.js index 35f1b6a..68b4275 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -12,6 +12,7 @@ const watch = require('gulp-watch'); var paths = { srcHTML : 'src/views/*.html', srcJS : 'src/js/*.js', + confJS : 'src/etc/develop.js', dist : 'dist/', distHTML : 'dist/views/' }; @@ -19,7 +20,7 @@ var paths = { gulp.task('uglify', function() { pump( [ - gulp.src([paths.srcJS, 'src/etc/develop.js']), + gulp.src([paths.srcJS, paths.confJS]), concat('wrapper-demo.js'), replace('/src/', '/dist/'), gulp.dest(paths.dist), diff --git a/index.html b/index.html index 38f5bd7..3bdcf4c 100644 --- a/index.html +++ b/index.html @@ -47,13 +47,12 @@ - + - + -