Ir al contenido principal

Entradas

Mostrando entradas de marzo, 2017

How to organize your clientlibs JavaScript files by Integrating Adobe Experience Manager and System.Js

Some simple steps to organize your clientlibs javascript files using System.js Repository with the final code Pre-requisites An Adobe Experience Manager (AEM) Instance Java   Maven SystemJs Creating the app AEM project archetype Creating your first Adobe Experience Manager 6.2 Project using Adobe Maven Archetype 10 Assuming you that have maven in the path, if not change "mvn" to for example "c:\program files\maven3.3.9\bin\mvn" mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=10 -DarchetypeRepository=https://repo.adobe.com/nexus/content/groups/public/ -D groupId =AEM62App -DartifactId=echo62 -Dversion=0.1.0-SNAPSHOT -Dpackage=com.aem.community -DappsFolderName=AEM62App -DartifactName=AEM62App -D componentGroupName =AEM62 -DcontentFolderName=AEM62App -DcssId=AEM62CSS -DpackageGroup=AEM62App  -D siteName =AEM62App Add the import-package element with