broccolijs / broccoli-sample-app

Sample Ember app for Broccoli
MIT License
89 stars 45 forks source link

Adds `bower install` to the instructions on getting started. #16

Closed KasperTidemann closed 10 years ago

rwjblue commented 10 years ago

:+1: - Thanks!

joliss commented 10 years ago

Hm, doesn't it do this automatically after npm install? Did you have do run bower install at all?

rwjblue commented 10 years ago

D'OH! Yes, the postinstall is setup to run node_modules/.bin/bower install. It should in theory, be bower install in the postinstall (which is more portable as npm manages the directory path separator stuff).

KasperTidemann commented 10 years ago

Ah, yes, that's true. It should just be bower install in the post hook and we should be good to go.