Failed to compile precompilations

When I started bundle exec rake assets:precompile --trace, my precompilation failed, but I see no specific reason for this.

Check out this pastebin for my output: http://pastebin.com/zggZyPyM

+5
source share
3 answers

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.

, . , , . , . , .

+13

. node.js. bundle exec rake assets:precompile. .

, . , . , Ruby . , , .

+2

node.js JS , , -, . Ubunutu 14.04 apt-get install nodejs, js runtime Gemfile gem 'node', bundle , , . , css js, .

0

All Articles