Created
December 21, 2016 10:52
-
-
Save cod3cow/5a12f77f9ff4a7616c36d2d1a0a62857 to your computer and use it in GitHub Desktop.
gulp: add src for plugin ionic-gulp-fonts-copy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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