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

BIN
dist/images/aktiv.neuf.no.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
dist/images/brukerinfo.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
dist/images/gitlab.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
dist/images/gitweb.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
dist/images/mdb.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
dist/images/observium.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
dist/images/wiki.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

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

View File

@@ -21,6 +21,7 @@
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-uncss": "^0.4.5",
"gulp-useref": "^0.4.2",
"jshint-stylish": "^0.2.0",
"main-bower-files": "^2.0.0",