Skip to content

Commit 4739bd3

Browse files
author
Cédric Belin
committed
Code optimization [skip ci]
1 parent 6e54461 commit 4739bd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ task "clean", "Deletes all generated files.", ->
1212

1313
task "dist", "Packages the project.", ->
1414
invoke script for script from ["clean", "build"]
15-
rmSync "lib/cakefile.js"
1615

1716
task "lint", "Performs the static analysis of source code.", ->
1817
npx "coffeelint", "--file=etc/coffeelint.json", "example", "src", "test"

0 commit comments

Comments
 (0)