SCSS modified file not detected in IDEA => no recompile

Hi

Not sure if this is recent but when I edit my halo-ext.scss file in IDEA it is not detected by Studio. So I have to clean and assemble the prroject from scratch in Studio to have the file recompiled.

Mike

Hi,

At the moment, Studio does not perform automatic hot deploy of CSS resources. If you want to build and deploy your CSS on-the-fly without server restart then use deployThemes Gradle task: deployThemes - CUBA Platform. Developer’s Manual Do not forget to refresh your web page with cache reset shortcut, for instance Ctrl+F5.

Ok thanks Yuriy