Add therubyracer gem as javascript library (because passenger doesn't find node...).
This commit is contained in:
parent
8b0c0a064c
commit
50b69b7e68
2 changed files with 7 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -17,7 +17,7 @@ gem 'uglifier', '>= 1.3.0'
|
|||
gem 'coffee-rails', '~> 4.0.0'
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', platforms: :ruby
|
||||
gem 'therubyracer', platforms: :ruby
|
||||
|
||||
# Use jquery as the JavaScript library
|
||||
gem 'jquery-rails'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue