I have finally mastered the art of setting up and executing the "node compile.js" file in the claro theme folder to compile each *.less file into its corresponding *.css file. However, I noticed that the old claro.css file remains unchanged. Is this the intended behavior? If so, what is the correct procedure for updating the claro.css file to reflect all modifications made to the individual *.css files?
Until now, I have always included the claro.css file in my jsp file like this:
<link rel="stylesheet" type="text/css" href="/CompassThemesURS/themes/html/commonurs/dojo/1.9.1/dijit/themes/claro/claro.css" />
Could it be possible that I am overlooking something? Utilizing the node tool (along with the provided "compile.js" file in the claro theme directory) to generate a personalized theme based on the claro theme has been quite beneficial. Yet, I am uncertain about the process involved in updating the extensive claro.css file. Kindly enlighten me if there are additional steps needed to finalize this customization procedure.
Thank you for your assistance,
Gregor