Gulpfile: Drop unneeded line

master
Addy Osmani 2015-01-06 13:42:25 +00:00
parent 6465ca2e15
commit a395041cc8
1 changed files with 0 additions and 2 deletions

View File

@ -143,8 +143,6 @@ gulp.task('html', function() {
.pipe($.if('*.css', $.csso()))
.pipe(assets.restore())
.pipe($.useref())
// Update Production Style Guide Paths
.pipe($.replace('components/components.css', 'components/main.min.css'))
// Minify Any HTML
.pipe($.if('*.html', $.minifyHtml()))
// Output Files