Mudanças entre as edições de "Creating the Clientlibs Structure (CSS and Javascript)"

De Basef
Ir para: navegação, pesquisa
(Criou página com 'Client-Side Libraries provides a mechanism to organize and manage CSS and JavaScript files necessary for an AEM Sites implementation. The basic goals for client libraries or c...')
 
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 6: Linha 6:
 
* Minify CSS/JS that is delivered to optimize speed/performance of a site
 
* Minify CSS/JS that is delivered to optimize speed/performance of a site
  
More information about using [[https://docs.adobe.com/docs/en/aem/6-3/develop/the-basics/clientlibs.html Client-Side Libraries can be found here]].
+
More information about using [https://docs.adobe.com/docs/en/aem/6-3/develop/the-basics/clientlibs.html Client-Side Libraries can be found here].
  
 +
[[Arquivo:client-side-libsorgv2.png | 900px]]
 +
 +
Example:
 +
 +
[[Arquivo:wknd-sites-clientlibs-chapter-3.zip]]
  
  
 
[[Category: Adobe AEM]]
 
[[Category: Adobe AEM]]

Edição atual tal como às 11h15min de 9 de abril de 2018

Client-Side Libraries provides a mechanism to organize and manage CSS and JavaScript files necessary for an AEM Sites implementation. The basic goals for client libraries or clientlibs are:

  • Store CSS/JS in small discrete files for easier development and maintenance
  • Manage dependencies on 3rd party frameworks in an organized fashion
  • Minimize the number of client-side requests by concatenating CSS/JS into one or two requests
  • Minify CSS/JS that is delivered to optimize speed/performance of a site

More information about using Client-Side Libraries can be found here.

Client-side-libsorgv2.png

Example:

Arquivo:Wknd-sites-clientlibs-chapter-3.zip