Using RequireJS in AEM 5.6 | Community
Skip to main content
October 16, 2015
Solved

Using RequireJS in AEM 5.6

  • October 16, 2015
  • 3 replies
  • 1057 views

I'm looking for any info on how to use RequireJS in 5.6 without conflicting with AEMs built-in css/js management.

The issue with the built-in tools is they don't provide dependency management on the file level. Managing this via css/js.txt files is not sufficient for large and complex projects.

Any insight on this would be appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008
Here is a community sample that may help with this JS framework:   https://github.com/Evster88/CQ5-RequireJS

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015
Here is a community sample that may help with this JS framework:   https://github.com/Evster88/CQ5-RequireJS
October 16, 2015

Thanks! This may give me some ideas.

Tuhin_Ghosh
Level 8
April 19, 2016

smacdonald2008 wrote...

Here is a community sample that may help with this JS framework: https://github.com/Evster88/CQ5-RequireJS

 

This page is not available anymore. I am trying to use requireJS in AEM.

have gone through the below two URLs, please let me know if there is any more material or some other link I can refer.

https://github.com/yaycmyk/CQ5-RequireJS
http://stackoverflow.com/questions/21222235/using-require-js-for-client-side-dependancies-in-adobe-cq5
http://labs.6dglobal.com/blog/2015-05-08/requirejs-kiss/