Skip to content

Commit

Permalink
remove usage of the gulp-uncss plugin (#876)
Browse files Browse the repository at this point in the history
* live browser reloading on js files is missing

* remove usage of the gulp-uncss plugin
  • Loading branch information
bvahdat authored and addyosmani committed Jun 19, 2016
1 parent dd87a6b commit 08c01c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@ gulp.task('styles', () => {
.pipe($.sass({
precision: 10
}).on('error', $.sass.logError))
// Remove any unused CSS
.pipe($.if('*.css', $.uncss({
html: [
'app/index.html'
],
// CSS Selectors for UnCSS to ignore
ignore: []
})))
.pipe($.autoprefixer(AUTOPREFIXER_BROWSERS))
.pipe(gulp.dest('.tmp/styles'))
// Concatenate and minify styles
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^1.0.0",
"gulp-useref": "^3.0.0",
"psi": "^2.0.2",
"run-sequence": "^1.0.1",
Expand Down

0 comments on commit 08c01c1

Please sign in to comment.