Skip to content

Instantly share code, notes, and snippets.

@c0debreaker
Created May 5, 2015 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0debreaker/79bf48563a4606f68322 to your computer and use it in GitHub Desktop.
Save c0debreaker/79bf48563a4606f68322 to your computer and use it in GitHub Desktop.
gulp.task('foundation-icon-fonts', function() {
return gulp.src('bower_components/foundation-icon-fonts/foundation-icons.*')
.pipe(gulp.dest(options.dist + '/styles/'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment