From: dsc Date: Mon, 9 Apr 2012 19:45:15 +0000 (-0700) Subject: Fixes `coke clean`. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=2af30b592b011f86abc7f0b97b53504f7efbce3a;p=limn-bak.git Fixes `coke clean`. --- diff --git a/Cokefile b/Cokefile index db747e5..4cb0a92 100644 --- a/Cokefile +++ b/Cokefile @@ -23,7 +23,7 @@ task \install 'Install project dependencies.' -> # Remove express's copy of node-mime so we can add our own extensions # and have it pick them up by default. - remove EXPRESS_DEP_MIME, {+ignoreMissing, +verbose} + remove EXPRESS_DEP_MIME, {+ignoreMissing} task \setup 'Ensure project is set up for development.' -> invoke \install @@ -76,7 +76,7 @@ task \cleanup_tests 'Removes compiled tests' -> task \clean 'Clean up environment and artifacts' -> invoke \cleanup_tests - remove [MODULE_LINK, EXPRESS_DEP_MIME, 'var', 'tmp/dist'], true + remove [MODULE_LINK, EXPRESS_DEP_MIME, 'var', 'tmp/dist'], {+ignoreMissing, +verbose}