mantrajs / meteor-mantra-kickstarter

Kickstart your meteor mantra development
MIT License
184 stars 50 forks source link

Best way to add LESS support? #22

Closed sandervanhooft closed 8 years ago

sandervanhooft commented 8 years ago

What's would be the preferred way for implementing LESS support? Should I use the meteor package, or a NPM package with some config?

If NPM is preferred, how should I configure this?

makstr commented 8 years ago

Whichever suits you better npm or meteor package. My experience is that running less may actually increase build times, so it's worth considering compiling manually from a command line

sandervanhooft commented 8 years ago

Thank you! So if I would use a manual less compiler, I would also manually copy the generated CSS into the project? Or is there a way to auto-include this?