pyarbz / streaming

0 stars 1 forks source link

bowerの設定 #40

Closed pyar6329 closed 9 years ago

pyar6329 commented 9 years ago
class Application < Rails::Application
    # bower files
    config.assets.paths << Rails.root.join('vendor', 'assets', 'bower_components')
end
# bower-javascript and css
gem 'bower-rails'
before_install:
- nvm install v0.10.32
- nvm use v0.10.32
- npm install -g bower
script:
- bundle exec rake bower:install:deployment
pyar6329 commented 9 years ago

諦めた。