当我运行以下命令时:
heroku run rake assets:precompile
我的公用文件夹根目录中的 css、javascripts 和任何内容都已预编译...但是,我的图像文件夹(位于公用文件夹中)未预编译。
如何确保我的公用文件夹已预编译(我希望它们位于我的 CDN 上,按照此处的步骤... https://devcenter.heroku.com/articles/cdn-asset-host-rails31)?
当我运行以下命令时:
heroku run rake assets:precompile
我的公用文件夹根目录中的 css、javascripts 和任何内容都已预编译...但是,我的图像文件夹(位于公用文件夹中)未预编译。
如何确保我的公用文件夹已预编译(我希望它们位于我的 CDN 上,按照此处的步骤... https://devcenter.heroku.com/articles/cdn-asset-host-rails31)?