3 lines
103 B
CoffeeScript
3 lines
103 B
CoffeeScript
gulp.task 'fonts', ->
|
|
app.copy [config.bowerDir + '/font-awesome/fonts/*'], config.fonts.outputDir
|