在生产中急切加载 /app 文件夹 - 如何禁用?
有没有办法排除 /app 内的特定文件夹在生产中急切加载?
例如,我使用一个名为 /app/components 的文件夹 - 并且我不希望它被急切地加载。
Is there a way to exclude a specific folder inside of /app from being eagerly loaded in production?
E.g., I use a folder called /app/components - and I don't want it to be eagerly loaded.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其添加到 config/environments/development.rb 中:
Add this to config/environments/production.rb: