


Hi ,
I have 2 js scripts in header of html which we are adding as
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/ angular.min.js "></script>;
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
So want to add this to clientlibs of aem, but wanted to know instead of copying the whole js code inside the clientlibs . Is there any way I could reference this js with just urls and still gets these added clientlibs of aem.
The idea in case they the 3party scripts if there is any code change in js it will automatically get reflected instead of making a code change again
Thanks
Views
Replies
Sign in to like this content
Total Likes
Hi @srinivas_chann1,
We need to define the source files of desired JS libraries in clientlibs.
Referencing JS with URLs is possible only with <script> tag which is the case for HTML.
Note : jQuery library that ships with AEM OOTB is included as source files of specific version in clientlibs.
Hi @srinivas_chann1,
We need to define the source files of desired JS libraries in clientlibs.
Referencing JS with URLs is possible only with <script> tag which is the case for HTML.
Note : jQuery library that ships with AEM OOTB is included as source files of specific version in clientlibs.