Codekit在重新加载文件方面非常缓慢。那是为什么,我能做些什么来反对它?
我在Yosemite上使用MAMP3和Chrome 39。刷新延迟为0秒。我只是有一堆php文件和一些更少的文件。没什么特别的。它以大约10秒的延迟重新加载文件。
较少的文件编译得非常快,但没有重新加载页面。互联网共享被停用。
还有什么问题吗?
不时会有一个消息Codekit connection is unstable。但一切都是本地的。这怎么会不稳定?
发布于 2015-02-09 10:31:05
好吧。我想出了一些能显著降低代码包速度的方法。
- It seems to play a huge role how much files are added per project. My cms lives outside webroot but my less & css live inside webroot. So I threw in the whole project including the cms. This way I had no path conflicts (lazy me). This resulted in about 4000 Files. That is too much for codekit.
- Solution: Still throw in the whole project but exclude the cms folders in codekit (Yeah I know RTFM)


就是这样。现在一切都很好。
https://stackoverflow.com/questions/27316422
复制相似问题