Fix errore JS
This commit is contained in:
parent
2be5b69236
commit
7c40fe29ef
|
@ -51,7 +51,7 @@ gulp.task('JS', function () {
|
||||||
debugging: config.debug,
|
debugging: config.debug,
|
||||||
}))
|
}))
|
||||||
.pipe(concat('app.min.js'))
|
.pipe(concat('app.min.js'))
|
||||||
//.pipe(minifyJS())
|
.pipe(minifyJS())
|
||||||
.pipe(gulp.dest(config.production + '/' + config.paths.js));
|
.pipe(gulp.dest(config.production + '/' + config.paths.js));
|
||||||
|
|
||||||
gulp.start('srcJS');
|
gulp.start('srcJS');
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
"gulp-rename": "^1.2.2",
|
"gulp-rename": "^1.2.2",
|
||||||
"gulp-sass": "^3.1.0",
|
"gulp-sass": "^3.1.0",
|
||||||
"gulp-stylus": "^2.6.0",
|
"gulp-stylus": "^2.6.0",
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^2.0.0",
|
||||||
"gulp-util": "^3.0.8",
|
"gulp-util": "^3.0.8",
|
||||||
"inquirer": "^4.0.1",
|
"inquirer": "^4.0.1",
|
||||||
"main-bower-files": "^2.13.1",
|
"main-bower-files": "^2.13.1",
|
||||||
|
|
Loading…
Reference in New Issue