rocktemplates / rock

Generate file structures or project skeletons from predefined templates.
MIT License
14 stars 1 forks source link

require('cl') in bin/rock #10

Closed tayler closed 11 years ago

tayler commented 11 years ago

Was getting the error below when trying to create file from custom rock. I saw cl in your node_modules, so I required cl. Seemed to solve the issue.

Error:

/usr/local/lib/node_modules/rock/bin/rock:35 if (err) cl.exit(1, err) ^ ReferenceError: cl is not defined

jprichardson commented 11 years ago

Cool, thanks! i should be able to review this tomorrow.