having two node-like definitions seemed to cause issues

This commit is contained in:
2012-01-05 14:49:58 +00:00
parent 1b72b91448
commit 209acc13c9

View File

@@ -6,9 +6,6 @@
"\.DS_Store"))
(define-project-type node-js (generic)
(look-for "package.json")
(or (look-for "package.json") (look-for "Cakefile"))
:irrelevant-files ("^[#]" ".git/" "node_modules"))
(define-project-type coffeescript (node-js)
(look-for "Cakefile"))
)