adobe / aem-eclipse-developer-tools

The Eclipse plugin that brings you the full connection to the Adobe Experience Manager, with auto-sync and project creation wizard.
Apache License 2.0
35 stars 23 forks source link

clientlib.css not refreshed when child .css files are being deployed #41

Closed rombert closed 8 years ago

rombert commented 9 years ago

(originally reported by @eglistefan)

In the aem-project-archetype we have a sample clientlib. That one causes problems lately, namely the clientlib.css remains empty.

When adding an unrelated property to /etc/designs/myapp/clientlib, the clientlib mechanism (ie HtmlLibraryManagerImpl) seems to be correctly triggered and the clientlib.css is refreshed properly.

What is likely happening is this:

rombert commented 8 years ago

I am no longer able to reproduce this ; with a sample project built from the 11-SNAPSHOT version of the archetype after deploying the .apps and .content projects the http://localhost:4502/etc/designs/test/clientlib-all.css is correctly rendered.