magnars / optimus

A Ring middleware for frontend performance optimization.
364 stars 23 forks source link

Fix autorefresh strategy #45

Closed antonyshchenko closed 8 years ago

antonyshchenko commented 9 years ago

Works for me now when I install optimus from my fork to a local repository and use it in my app. #42

magnars commented 8 years ago

Instead of using the nio watcher, which is rather slow on osx, we could use https://jpathwatch.wordpress.com/ - this would also avoid the issue with jdk versions.

magnars commented 8 years ago

I have now ditched support for JDK 1.6 and below, following Clojure's example. This should hopefully be fixed by now just plain requiring it.