kanso / less-precompiler

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

update kanso-utils and less #10

Closed thoka closed 7 years ago

thoka commented 8 years ago

This solves #9 for me.

MidnightLightning commented 8 years ago

Not sure why the node_modules folder is checked in on this repository in the first place; to fix, it should probably just be a change to the package.json file to update the version, and add the node_modules folder to the .gitignore listing, no?

thoka commented 8 years ago

@MidnightLightning hm, there is no package.json

I'm not very familiar how kanso packages work. As I understand, kanso fetches its packages from its own repositories and will not use npm to get needed npm packages ?

MidnightLightning commented 8 years ago

Ah, you're right; it's a kanso.json file for Kanso packages, though it creates a node_modules to store dependencies in like NPM. So the way you've got it looks good :+1: