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.
由于将所有 js 和 css 文件连接到一个文件中,无论是 app.js 还是 app.css,Ember-skeleton 都太慢而无法用于开发。每次刷新浏览器都会重新处理 Assetfile 吗?有没有人经历过同样的事情?
原来是静态文件夹中的图像。我将 img 文件夹移至 assets 文件夹,一切恢复正常。我不认为静态文件夹属于 app 文件夹。