Missing jpegs, uncss
BIN
dist/images/aktiv.neuf.no.jpg
vendored
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
dist/images/brukerinfo.jpg
vendored
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
dist/images/gitlab.jpg
vendored
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
dist/images/gitweb.jpg
vendored
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
dist/images/mdb.jpg
vendored
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
dist/images/observium.jpg
vendored
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
dist/images/wiki.jpg
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
2
dist/styles/main.css
vendored
@@ -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())
|
||||
|
@@ -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",
|
||||
|