forgot to uncomment unlink

This commit is contained in:
Alexander Yakovlev 2017-09-22 15:01:11 +07:00
parent 3284fd81ea
commit 373f74b2db
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ task 'compile', 'Compile all CoffeeScript files', ->
if err
util.log err
process.exit 1 # abort npm packaging
#fs.unlink("lib/index.coffee", () -> )
fs.unlink("lib/index.coffee", () -> )
util.log "Compiled CoffeeScript."
task 'build', 'Compile and minify all CoffeeScript files', ->