On the fly compilation of SASS in development mode

On the fly compilation of SASS does not seem to work in development mode. Have done the required -

  • Environment - Eclipse(latest Kepler), Vaadin 7.1.10​
  • Placed the theme folder in classpath and theme compiler seems to be in classpath since its already in the ivy libraries(correct me if I am wrong)

Thanks in advance

My guess: you have compiled the theme so the corresponding .css file already exists. In that case, it is served and no on-the-fly recompilation is done.

If this is the problem, just remove the compiled CSS file in your development workspace (and any server cache where it might still be).

It works just fine.
Thanks a lot Henri.