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
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.