zooniverse / old-weather

Old Weather aims to recover worldwide weather observations to help improve climate model predictions.
http://oldweather.org
Apache License 2.0
0 stars 3 forks source link

Bower not in requirements? #89

Closed adammcmaster closed 8 years ago

adammcmaster commented 8 years ago

I had to manually npm install bower before I could run make install.

rogerhutchings commented 8 years ago

Bower is usually installed as a global requirement, but as we usually don't use it I've added a note in the README via 5a9e4978b8e5ec60dede55024cd57ebf6f079bac

The other thing we could do is install bower as a devDependency, then run bower install as a postInstall script in npm; it makes adding other packages via bower more difficult, as you'd have to run it locally each time through node_modules/.bin/bower, but that probably won't come up given the project isn't in development.