diff --git a/Cakefile b/Cakefile index c7dbbac..da018a0 100644 --- a/Cakefile +++ b/Cakefile @@ -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', ->