Skip to content

Instantly share code, notes, and snippets.

@jayfallon
Created November 14, 2016 15:09
Show Gist options
  • Save jayfallon/4ed4ebb7ebeef647aa05b172e676c098 to your computer and use it in GitHub Desktop.
Save jayfallon/4ed4ebb7ebeef647aa05b172e676c098 to your computer and use it in GitHub Desktop.
//- css build task
gulp.task('build:css', function(){
return gulp.src('src/css/main.css')
.pipe(dependencies({
dest: 'build',
prefix: 'vendor',
flat: true
}))
.pipe(gulp.dest('./build/css/'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment