Fixed minify css
This commit is contained in:
parent
af477a3268
commit
5f934d068a
@ -25,7 +25,7 @@ gulp.task('usemin', ['templates', 'enable-production'], function() {
|
|||||||
.pipe($.usemin({
|
.pipe($.usemin({
|
||||||
html: [$.minifyHtml({empty: true})],
|
html: [$.minifyHtml({empty: true})],
|
||||||
js: ['concat', $.ngAnnotate(), $.uglify({outSourceMap: false})],
|
js: ['concat', $.ngAnnotate(), $.uglify({outSourceMap: false})],
|
||||||
css: [$.minifyCss({compatibility: true, keepBreaks: true}), 'concat']
|
css: ['concat', $.minifyCss({compatibility: true, keepBreaks: true})]
|
||||||
}))
|
}))
|
||||||
.pipe(gulp.dest('dist'));
|
.pipe(gulp.dest('dist'));
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user