|
|
|
@ -21,7 +21,7 @@ gulp.task('usemin', ['templates', 'enable-production'], function() {
@@ -21,7 +21,7 @@ gulp.task('usemin', ['templates', 'enable-production'], function() {
|
|
|
|
|
return gulp.src('app/index.html') |
|
|
|
|
.pipe($.usemin({ |
|
|
|
|
html: [$.minifyHtml({empty: true})], |
|
|
|
|
js: [$.ngmin(), $.uglify(), 'concat'], |
|
|
|
|
js: ['concat', $.ngmin(), $.uglify({outSourceMap: true})], |
|
|
|
|
css: [$.minifyCss(), 'concat'] |
|
|
|
|
})) |
|
|
|
|
.pipe(gulp.dest('dist')); |
|
|
|
|