Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 RoR、devise、bootstrap 并且我必须在每次修改我的 css 以查看它们时获取资产:预编译。有解决方法吗?因为我无法通过守护进程从我的命令中分离,所以非常耗时。
删除public/assets. 这将导致 sprocket 在开发模式下的每个页面视图上重建您的资产。不要在生产模式下开发。
public/assets