When I started bundle exec rake assets:precompile --trace, my precompilation failed, but I see no specific reason for this.
bundle exec rake assets:precompile --trace
Check out this pastebin for my output: http://pastebin.com/zggZyPyM
Precompiling assets takes a lot of memory. ~ = 400 MB in my case. Perhaps the OS may kill the process due to excessive memory usage. You can check syslog to make sure it is.
, . , , . , . , .
. node.js. bundle exec rake assets:precompile. .
bundle exec rake assets:precompile
, . , . , Ruby . , , .
node.js JS , , -, . Ubunutu 14.04 apt-get install nodejs, js runtime Gemfile gem 'node', bundle , , . , css js, .
apt-get install nodejs
Gemfile
gem 'node'
bundle