Missing jpegs, uncss

This commit is contained in:
Nikolai R Kristiansen
2014-09-14 12:50:11 +02:00
parent 1630f11e27
commit 8785d7b001
10 changed files with 3 additions and 1 deletions

View File

@@ -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())