This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/gulp/fonts.js

7 lines
140 B
JavaScript
Raw Normal View History

2016-05-27 22:25:38 +00:00
gulp.task('fonts', function () {
app.copy(
config.bowerDir + '/font-awesome/fonts/*',
2016-05-28 07:35:14 +00:00
config.fonts.outputDir
2016-05-27 22:25:38 +00:00
);
});