I'm currently working on a Symfony 2 project, using Assetic for assets management.

On Mac OSX (Mavericks 10.9 and ML 10.8), the watcher (--watch command) is very slow to detect modifications. On Linux, it's leveraging inotify to speed it up.

I would like to know if there is there a way to improve Assetic's performance on OSX before considering switching to another tool like Grunt to manage my assets while developing.

有帮助吗?

解决方案

We actually came up with a solution on this one.

The issue was that our Assetic Bundle was running Lurker (https://github.com/henrikbjorn/Lurker) inside Assetic.

Simply disable it and rely only on Assetic has solved our issue.

Hope it'll help.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top