|
|
|
@ -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', -> |
|
|
|
|