craigspaeth / nap

Compile, manage, & package stylesheets, javascripts, and javascript templates for node.js
MIT License
122 stars 33 forks source link

Nap should be able to use stylus without installing nib. #47

Open craigspaeth opened 11 years ago

craigspaeth commented 11 years ago

Right now it'll throw a missing module error if you use stylus and do not install nib.

rschooley commented 10 years ago

Agreed. I would say nib is a hidden dependency as using stylus in express doesn't require it. Running nap without nib chucks a wobbly and the stack trace (at least mine) didn't say why.