JRebel and Vaadin

Is anyone using JRebel for developing? I’ve been doing some prototyping but I get stuff in jrebel.log like

INFO  [88]
 [IntelliJFSNotify]
 Not watchable file CHANGE C:\java\concept\src\main\java\ui\TestView.java
INFO  [88]
 [IntelliJFSNotify]
 Not watchable file CHANGE C:\java\concept\target\classes\ui\TestView.class

and the changes are not reflected when refreshing the browser. Also, when trying the Browsersync-trick in https://vaadin.com/blog/browsersync-and-jrebel-for-keeping-you-in-flow I noticed that javarebel.stats is no longer found and even when trying to watch the jrebel.log Windows 10 only picks up the change after a long time (or when refreshing the folders explorer window which kind of defeats the purpose)

Thanks in advance,
Nik

I am using it. But I use it with an exploded WAR that JRebel is keeping track of, and IntelliJ is rebuilding the exploded war when I press Ctrl-F9.

Not the way it should be used, but these 5 seconds cycle-time to rebuild the war is good enough for me.

Unfortunately, changes to styling in Flow require a re-deploy (JRebel can’t pick up what doesn’t exist before a rebuild), resulting in pretty abysmal deployment-cycle times :-/