Gulpfile: Drop unneeded line
parent
6465ca2e15
commit
a395041cc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue