charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Remove bower #148

Closed charwking closed 8 years ago

charwking commented 8 years ago

This removes bower in favor of npm... mostly. The firebase library, when brought in with npm, requires browserify or some other tool to package it for the front-end. Rather than doing that, I thought it was simpler to include the client version of firebase here in this repo. I might change this in the future, but it's easy for now.

I had to bump the version of angular-google-analytics from 0.0.13 to 0.0.15 since the earlier wasn't available via npm.