Use coffeescript again for Gulp
This commit is contained in:
parent
7feff15497
commit
1000b6d78f
16 changed files with 79 additions and 104 deletions
7
gulp/clean.coffee
Normal file
7
gulp/clean.coffee
Normal file
|
@ -0,0 +1,7 @@
|
|||
del = require 'del'
|
||||
|
||||
gulp.task 'clean', ->
|
||||
del.sync config.fonts.outputDir
|
||||
del.sync config.js.outputDir
|
||||
del.sync config.sass.outputDir
|
||||
del.sync 'output_*/assets/{css,fonts,js}'
|
Loading…
Add table
Add a link
Reference in a new issue