Skip to content

Instantly share code, notes, and snippets.

@sampotts
Created September 19, 2015 12:02
Show Gist options
  • Save sampotts/9f69f6e75d0b58bd62b3 to your computer and use it in GitHub Desktop.
Save sampotts/9f69f6e75d0b58bd62b3 to your computer and use it in GitHub Desktop.
gulp.task("sprite", function () {
return gulp
.src(input)
.pipe(svgmin())
.pipe(svgstore())
.pipe(gulp.dest(output));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment