Best way to combine and minify JS / CSS on Heroku

后端 未结 8 1287
梦谈多话
梦谈多话 2020-12-24 06:39

First of all, according to this answer, the :cache => true option on stylesheet_link_tag and javascript_include_tag doesn\'t work o

8条回答
  •  梦毁少年i
    2020-12-24 06:58

    It's a different way to manage your CSS/Javascript but you may want to check out the Rails plugin shoebox.

    Shoebox can do combining, minifying, and caching.

提交回复
热议问题