May 13, 2020
Estimated Post Reading Time ~

Creating the Clientlibs Structure (CSS and Javascript)

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:
  1. Store CSS/JS in small discrete files for easier development and maintenance
  2. Manage dependencies on 3rd party frameworks in an organized fashion
  3. Minimize the number of client-side requests by concatenating CSS/JS into one or two requests
  4. Minify CSS/JS that is delivered to optimize the speed/performance of a site
More information about using Client-Side Libraries can be found here.


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


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.