I'd like to use meteor with some custom bootstrap less.
Can anyone share an example of a meteor project that is setup to compile custom bootstrap .less files?
Or do I need to use external .less preprocessor (In other projects I use LiverReload for this) in concert with meteor?
Would be nice if the bootstrap less compilation was under one meteor flavoured roof.
Any insight much appreciated! -j
you can add less support via
meteor add less
Hope that helps!
So far it is not possible to directly include the vanilla bootstrap less source files in a meteor project because the less package only compiles less files in parallel and thus breaks cross-file @variables references.
I can't vouch for it myself but it looks like this is what you are asking for: https://atmosphere.meteor.com/package/bootstrap3-less (see the github link if you don't use meteorite but you probably should).
Best of luck!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With