msiebuhr / charcod.es

Small webpage for finding the odd unicode char code.
https://charcodes.netlify.app/
ISC License
18 stars 3 forks source link

Use Bower for front-end stuff? #34

Closed msiebuhr closed 11 years ago

Munter commented 11 years ago

The only external module we depend on is less, which isn't registered in bower yet. And we aren't exposing any reusable frontend modules, so I don't think there is a use case for it yet

msiebuhr commented 11 years ago

jQuery...

And it doesn't quite fit with the way we use AssetGraph yet.

Munter commented 11 years ago

But jquery is easily available on a cdn.

I'm still not sure where bower is going to fit into this whole front end ecosystem. I dislike that they basicly so complete repos checkouts if you point it at a repos. Then basicly they are just a script to set up git submodules :/