Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove site/css dest for lib-scss task
Browse files Browse the repository at this point in the history
Praseetha-KR committed Oct 26, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ec28953 commit f183beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ gulp.task('lib-scss', function() {
.pipe(size({ gzip: true, showFiles: true }))
.pipe(rename({ suffix: '.min' }))
.pipe(gulp.dest(dest))
.pipe(gulp.dest('site/css'))
.pipe(reload({stream:true}));
});

0 comments on commit f183beb

Please sign in to comment.