kanso / less-precompiler

Kanso package with build steps for precompiling .less css templates
5 stars 6 forks source link

No such module evals #9

Open MidnightLightning opened 9 years ago

MidnightLightning commented 9 years ago

Node v0.12 got rid of evals, which the kanso-utils module was relying on. kanso-utils has been updated, but the node_modules folder is checked-into this repository, and is out-of-date.

Same issue as fixed in https://github.com/kanso/handlebars/pull/3

mandric commented 9 years ago

Wondering why there is a node_modules directory in the handlebars repo in the first place...

mandric commented 9 years ago

Happy to do a PR here or give you commit access.

thoka commented 8 years ago

@mandric could you explain how to use kanso-utils from this package without installing it in the repo ?