Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created December 29, 2014 02:27
Show Gist options
  • Save rdallaire/c8f7a4ea25307f20eda0 to your computer and use it in GitHub Desktop.
Save rdallaire/c8f7a4ea25307f20eda0 to your computer and use it in GitHub Desktop.
Rename a css file into sass
gulp.task('bower-normalize', function() {
return gulp.src(bower+'normalize.css/normalize.css')
.pipe(plugins.rename('_base_normalize.scss'))
.pipe(gulp.dest(source+'scss'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment