Nemo64 / meteor-bootstrap

Highly configurable bootstrap integration for meteor.
https://atmospherejs.com/nemo64/bootstrap
167 stars 27 forks source link

Support stylus #30

Open geekyme opened 9 years ago

geekyme commented 9 years ago

Wonderful package! Can we have this in stylus as well?

Nemo64 commented 9 years ago

Unlikely for now. I'll currently only maintain this package until I start using meteor again. But i'd look into implementation ideas if there were any ;)

KyleKing commented 9 years ago

@Nemo64 I second this being an awesome hack! I ported it to a stylus version here Meteor-Stylus-Test @geekyme let me know if it works in your project or if you see anything that's broken. (P.S. this is my first package, so any feedback or advice is welcome)

It is basically all the same code as @Nemo64, but I changed the load order in the custom.bootstrap.json file, the submodule (for stylus), and some of the bootstrap configurator code and shell script with the new paths.

@Nemo64, how would you like me to reference your original work? Is the Origin section on the main readme sufficient?