Commit da378aaf by e0d

Merge pull request #1486 from edx/e0d/specify-coffee-sources

E0d/specify coffee sources
parents 2673049c 82894060
......@@ -31,9 +31,9 @@ def coffee_cmd(watch=false, debug=false)
end
end
if watch
"node_modules/.bin/coffee --compile --watch . "
"node_modules/.bin/coffee --compile --watch lms/ cms/ common/"
else
"node_modules/.bin/coffee --compile `find . -name *.coffee` "
"node_modules/.bin/coffee --compile `find lms/ cms/ common/ -type f -name *.coffee` "
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