1

我可以将未预编译的资产与 Rails 应用程序内的资产一起使用吗?

我通过 Web 界面上传了单独的 CSS 文件,并且不想在每次添加新的 CSS 文件时预编译我的资产,因为 a)这将是一个过于手动的过程,并且 b)样式都转到一个页面,比如一个主题,所以使用相同的类名。这些 CSS 文件不需要任何处理,因为它们是简单的 CSS 文件。

CSS 文件位于 public 文件夹内 assets 文件夹的子文件夹中:public/assets/styles/.

这可能吗?

4

1 回答 1

0

Yes it is possible.

If i'm not wrong this SO link is very close to what you were trying to achieve

Rails assets:precompile only one asset?

Hope it helped !

于 2014-03-11T10:05:16.523 回答