moccu / django-omnibus

django-omnibus is a Django library which helps to create websocket-based connections between a browser and a server to deliver messages.
BSD 3-Clause "New" or "Revised" License
70 stars 14 forks source link

add bower support #22

Open szelga opened 9 years ago

szelga commented 9 years ago

i've made bower.json file, adding django-omnibus to bower repository is up to project maintainers.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 4b3c1c6e585b07566035b8385c2d748f7401b281 on szelga:bower into 93bfcd701ff2fa11b1f86c3ebcb3b854d6b2a5bc on moccu:master.

EnTeQuAk commented 9 years ago

Hey @szelga, thanks a lot for the pull request.

After thinking about this I'm not sure if a loose-coupling like this actually works. What would be the advantage of releasing this for bower?

szelga commented 9 years ago

it would be nice in a situation when you use asset compiler like brunch, grunt or gulp with bower. as for brunch (which i use) it's not that critical for brunch, because it "extends" bower.json syntax with "overrides". i don't know what's the situation for other asset compilers though.