jescalan / roots

a toolkit for rapid advanced front-end development
http://roots.netlify.com/
Other
1.45k stars 132 forks source link

Bower Extension #619

Open jescalan opened 9 years ago

jescalan commented 9 years ago

This kind of extension would expose a view helper to include bower plugins, ignore all the other junk in the bower folders, etc. I can't say I will likely get to this soon since I don't use bower but hopefully someone will!

dustinrjo commented 9 years ago

Brunch.io does a great job with this, there may be some library or module that could be borrowed or studied as an example. I can't help with this right now but this would be my first suggestion.

jescalan commented 9 years ago

Cool, thank you! I'll check it out. Apologies that this was not prioritized, I just personally dislike bower and don't ever use it, so it hasn't been a priority to implement so far. I will eventually though, promise!

toabi commented 9 years ago

I think brunch uses this: https://github.com/paulmillr/read-components

dbox commented 9 years ago

I would use this

dbox commented 9 years ago

This isn't the extension, but @hhsnopek just helped me get a sample roots-bower setup going:

https://github.com/dbox/roots-bower

The biggest issue was trying to get rid of the bower_components folder in public/

dbox commented 9 years ago

https://www.npmjs.com/package/bower-installer This might be helpful too

jescalan commented 9 years ago

Thanks @hhsnopek! I'm really sorry I just don't have time to work on this now, but I'm sure someone will be able to pull an extension together. It shouldn't be too tough, hopefully!

janwirth commented 8 years ago

@jenius if not bower, what else do you use?

jescalan commented 8 years ago

@FranzSkuffka usually npm. if not on npm, then direct or through a cdn. there are many options :grinning:

dbox commented 8 years ago

Fwiw, I rescind my +1. Npm does everything I need now.