From 373f74b2db59b190af76a69e2ff64646b48099e2 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Fri, 22 Sep 2017 15:01:11 +0700 Subject: [PATCH] forgot to uncomment unlink --- Cakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ->