Adobe-Marketing-Cloud / aem-guides-wknd

Steps to create a website with Adobe Experience Manager (AEM)
https://helpx.adobe.com/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop.html
76 stars 68 forks source link

wknd-sites-clientlibs-chapter-3.zip installed from CRX does not work properly. #38

Closed gustavobocalandro closed 5 years ago

gustavobocalandro commented 5 years ago

After installing the .zip package using the CRX (upload, then install), you are going to have 5 folders beneath the clientlibs folder, ON CRX ONLY.

If you look for the folders on Eclipse and / or on your file explorer, you are NOT going to have them.

What is the proper way to install it, through CRX and make it work?

Thanks!

godanny86 commented 5 years ago

Hi @gustavobocalandro, yes you are correct! Any changes you make on the AEM instance directly are not automatically reflected in your source code. If you want to pull down changes to your local file system you can right+click the target folder in Eclipse (/apps/wknd/clientlibs) and select Import from server:

image

In addition, the end of the video in Part 2 also shows this same concept to sync down the changes to the editable templates: https://helpx.adobe.com/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop/part2.html#article-template

godanny86 commented 5 years ago

Hi @gustavobocalandro, closing this. feel free to re-open if you still have questions!