karthikv / nodefront

A node.js-powered rapid front-end development utility.
http://karthikv.github.com/nodefront
MIT License
246 stars 11 forks source link

using old versions of modules #27

Closed notslang closed 11 years ago

notslang commented 11 years ago

Nodefront installs with jade 0.26.3 (which is an old version). The current version is 0.27.6. This should be an easy fix by changing package.json to just require a version of jade that is >= 0.26.3, rather than restricting jade to be within 0.26.X.

notslang commented 11 years ago

...also using an old version of stylus

karthikv commented 11 years ago

Thanks for pointing this out; I've allowed for the latest versions of jade/stylus/coffee-script as per your suggestion. This has been released in version 1.0.6. Let me know if you continue to experience issues.