lagotto / alm-report

ALM Reports
http://almreports.plos.org/
MIT License
8 stars 3 forks source link

use bower directly without any bower-rails gem #94

Closed mfenner closed 9 years ago

mfenner commented 9 years ago

This makes it easier to use the custom bower path we need because of the different prefix. Run the following from your application root:

/home/ubuntu/npm-global/bin/bower install

Where ubuntu is the deploy user.

jure commented 9 years ago

Looks good, I'm all up for removing the dependency, if the no-deps solution works just as well. Travis is complaining because it can't run the bundle exec rake bower:install anymore.

I'm merging this and will fix travis on visualizations then.