新手问题 Rails assets 里的 images 不能放到各个子目录里面吗?

zealinux · August 29, 2013 · Last by hz_qiuyuanxin replied at September 04, 2013 · 1739 hits

FYI 只能放到一个目录下? 或者问个相关的问题,大家网页的 image 名是怎么组织的?

请查阅 Rails Guide

asset_path("test_1/1.png") # => "/asset/test_1/1.png"
asset_path("test_2/1.png") # => "/asset/test_2/1.png"

@hz_qiuyuanxin 这个我知道,不过,默认是不会把 test 目录预编译的。

#2 楼 @zealinux 那就把它加入到编译路径呗

You need to Sign in before reply, if you don't have an account, please Sign up first.