Missing jpegs, uncss
This commit is contained in:
@@ -36,6 +36,7 @@ gulp.task('html', ['styles', 'scripts'], function () {
|
||||
.pipe($.uglify())
|
||||
.pipe(jsFilter.restore())
|
||||
.pipe(cssFilter)
|
||||
.pipe($.uncss(({html: ['app/index.html']})))
|
||||
.pipe($.csso())
|
||||
.pipe(cssFilter.restore())
|
||||
.pipe($.useref.restore())
|
||||
|
Reference in New Issue
Block a user