Skip to content

Commit

Permalink
remove docs dir on cleanup task
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNexploder committed Aug 12, 2011
1 parent 9d10d4b commit c20dae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -63,7 +63,7 @@ task "watch", "Continously compile CoffeeScript to JavaScript", ->


clean = (callback) ->
exec "rm -rf html lib", callback
exec "rm -rf html lib docs", callback
task "clean", "Remove temporary files and such", -> clean onerror


Expand Down

0 comments on commit c20dae7

Please sign in to comment.