Skip to content

Instantly share code, notes, and snippets.

@cod3cow
Created December 21, 2016 10:52
Show Gist options
  • Save cod3cow/5a12f77f9ff4a7616c36d2d1a0a62857 to your computer and use it in GitHub Desktop.
Save cod3cow/5a12f77f9ff4a7616c36d2d1a0a62857 to your computer and use it in GitHub Desktop.
gulp: add src for plugin ionic-gulp-fonts-copy
gulp.task('fonts', function(){
return copyFonts({
src: [
'node_modules/ionic-angular/fonts/**/*.+(ttf|woff|woff2)',
'app/theme/fonts/**/*.+(ttf|woff|woff2)'
],
dest: 'www/build/fonts'
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment