Description
(1).create one theme-contributor gradle project
(2).change the background-color to "yellow" then deploy it
(3).change the background-color to "red"
(4).then need to delete the .scss.cashe folder manually from resources\META-INF\resources\css then go to run buildCSS
(5).refresh the browser.the background-color still stay in "yellow"
(6).restart the server and change the background-color to "blue" repeat the (4) step
(7).the background-color change to "blue"