Capistrano 3 assets:precompile takes hours. Stops at css file

前端 未结 2 1356
一生所求
一生所求 2021-01-18 05:38

Just as it says, I can\'t get capistrano 3 to do assets:precompile correctly. Even after hours, it still says writing to the .css file on the serv

2条回答
  •  悲&欢浪女
    2021-01-18 05:48

    1. Is this a Windows instance? Windows instances by default use the IE6 Javascript/CSS engine which is PATHETICALLY SLOW and accurately reflects the problem that you are facing.

    2. If it is a Linux instance, try adding the uglifier and therubyracer gems in your Gemfile, and also make sure to install Firefox/libv8

提交回复
热议问题