Gulp cleanup

This commit is contained in:
Oliver Davies 2016-05-28 08:35:14 +01:00
parent 6dabfac540
commit f4de17acf5
6 changed files with 27 additions and 27 deletions

View file

@ -1,6 +1,6 @@
gulp.task('fonts', function () {
app.copy(
config.bowerDir + '/font-awesome/fonts/*',
config.fonts.output
config.fonts.outputDir
);
});