diff --git a/gulpfile.js b/gulpfile.js index d2e6ac0..35f1b6a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,7 @@ var paths = { gulp.task('uglify', function() { pump( [ - gulp.src(paths.srcJS), + gulp.src([paths.srcJS, 'src/etc/develop.js']), concat('wrapper-demo.js'), replace('/src/', '/dist/'), gulp.dest(paths.dist), diff --git a/index.html b/index.html index bcd9df2..6fa80dc 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,7 @@ + @@ -45,13 +46,14 @@ + + -