How can you speed up the Rails Asset Pipeline precompile process?

后端 未结 3 962
感情败类
感情败类 2020-12-12 12:07

What are the ways that you can speed up the Rails Asset Pipeline precompile process?

3条回答
  •  攒了一身酷
    2020-12-12 12:57

    (2) avoid using partials

    In SCSS, we like to use partial to organize our assets

    On the latest railsconf there was introduced libsass.

    Probably things are gonna change and rewritten in C, scss partials promise to be faster

提交回复
热议问题