Commit 82894060 by e0d

Be explicit, avoid bugs.

unbalanced quote.

adding to watch command

fixing watch
parent 13aa77b0
...@@ -31,9 +31,9 @@ def coffee_cmd(watch=false, debug=false) ...@@ -31,9 +31,9 @@ def coffee_cmd(watch=false, debug=false)
end end
end end
if watch if watch
"node_modules/.bin/coffee --compile --watch . " "node_modules/.bin/coffee --compile --watch lms/ cms/ common/"
else else
"node_modules/.bin/coffee --compile `find . -name *.coffee` " "node_modules/.bin/coffee --compile `find lms/ cms/ common/ -type f -name *.coffee` "
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment