CSS change in clientlibs does not reflect on web page
Change to the CSS clientlibs files have produces no change in the CSS applied to our pages.
We have tried the following, all of which did not work:
- Editing in our local Eclipse project and manually uploading the zip to the package manager
- Editing in CRXDE
- Rebuild the clientlibs folder at /libs/granite/ui/content/dumplibs.rebuild.html
- Restarting the CQ5 instance
In each of these attempts the changes to the CSS were present in the code when viewed from CRXDE but when the page rendered the CSS files did not contain the changes.
We believe CQ5 is holding on to a copy of our aggregated CSS files and not recompiling our changes.
What other options do we have?