rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

Update Capistrano deploy command's sample code in README.md #195

Closed bugcloud closed 8 years ago

bugcloud commented 8 years ago

While using Capistrano 3 and Capistrano Rails gem, rake command should be used with rails_env.

If not, rake command will run in :development environment and fail in some case.

In my case, I was using rails-flog gem only :development environment, but the deployment failed at execute :rake, 'bower:install CI=true' because of requirements.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 88.248% when pulling ed5691d6c08065df561b8f24befc4ce128ebb1b9 on bugcloud:update-readme into 6518d0d2651d7e3c5ade36b5dab59d2ed99d51a2 on rharriso:master.

SergeyKishenin commented 8 years ago

Thanks