开发者

Which folder to store design files in Rails App?

开发者 https://www.devze.com 2023-02-08 10:12 出处:网络
I have a few other files related to my Rails website I am building like a few wirefram开发者_高级运维es, mocks, and other design files. I want to store them in the Rails website directory so that all

I have a few other files related to my Rails website I am building like a few wirefram开发者_高级运维es, mocks, and other design files. I want to store them in the Rails website directory so that all the things relating to that project are in the same folder. Where should I store these non-essential, non-related files inside a Rails app? Public/, Lib/, Vendor/? Please help me out. Thanks!


If you want them to be easily accessible, use public/. Otherwise, I would suggest just creating a new directory for these things, design/ perhaps.

0

精彩评论

暂无评论...
验证码 换一张
取 消