lhayhurst / xwlists

A web site to track X-Wing Miniature Combat lists.
http://lists.starwarsclubhouse.com
MIT License
18 stars 7 forks source link

Start using bower.io for 3rd party JS libs? #22

Open elistevens opened 9 years ago

elistevens commented 9 years ago

While it would introduce a node.js dependency to the build chain, I've enjoyed working with Bower (I can't say that about a lot of the .js ecosystem, but I like Bower):

http://bower.io/

I think that it would result in a cleaner, standardized set of libraries like jQuery, XWS, etc. Would you be interested in a pull request that moves the 3rd party JS libs over to using this? If so, I can work on getting something put together that does that.

lhayhurst commented 9 years ago

I'm all about it! I suck at this javascript stuff. (and my python is kind of childish :-)

elistevens commented 9 years ago

Cool. I'll probably wait to start until I've got a dev env set up to start, as it's going to be too easy to inadvertently break stuff without it.