parent
0555fa13a2
commit
10eae07f83
@ -21,7 +21,7 @@ gulp.task('usemin', ['templates', 'enable-production'], function() {
|
|||||||
return gulp.src('app/index.html')
|
return gulp.src('app/index.html')
|
||||||
.pipe($.usemin({
|
.pipe($.usemin({
|
||||||
html: [$.minifyHtml({empty: true})],
|
html: [$.minifyHtml({empty: true})],
|
||||||
js: ['concat', $.ngmin(), $.uglify({outSourceMap: true})],
|
js: ['concat', $.ngmin(), $.uglify(/*{outSourceMap: true}*/)],
|
||||||
css: [$.minifyCss(), 'concat']
|
css: [$.minifyCss(), 'concat']
|
||||||
}))
|
}))
|
||||||
.pipe(gulp.dest('dist'));
|
.pipe(gulp.dest('dist'));
|
||||||
|
@ -35,9 +35,9 @@
|
|||||||
"gulp": "~3.5.5",
|
"gulp": "~3.5.5",
|
||||||
"gulp-angular-templatecache": "^1.1.0",
|
"gulp-angular-templatecache": "^1.1.0",
|
||||||
"gulp-load-plugins": "^0.4.0",
|
"gulp-load-plugins": "^0.4.0",
|
||||||
"gulp-usemin": "^0.3.3",
|
"gulp-usemin": "^0.3.8",
|
||||||
"gulp-uglify": "^0.2.1",
|
"gulp-uglify": "^1.0.1",
|
||||||
"gulp-rev": "^0.3.0",
|
"gulp-rev": "^1.1.0",
|
||||||
"gulp-minify-css": "^0.3.0",
|
"gulp-minify-css": "^0.3.0",
|
||||||
"gulp-minify-html": "^0.1.1",
|
"gulp-minify-html": "^0.1.1",
|
||||||
"gulp-imagemin": "^0.1.5",
|
"gulp-imagemin": "^0.1.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user