File tree Expand file tree Collapse file tree 4 files changed +15
-33
lines changed
ui.apps/src/main/content/jcr_root/apps/wknd/clientlibs/clientlib-dependencies Expand file tree Collapse file tree 4 files changed +15
-33
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<jcr : root xmlns : cq =" http://www.day.com/jcr/cq/1.0" xmlns : jcr =" http://www.jcp.org/jcr/1.0"
3
3
jcr : primaryType =" cq:ClientLibraryFolder"
4
- allowProxy =" {Boolean}true"
5
4
categories =" [wknd.dependencies]"
6
- embed =" [granite.csrf.standalone]" />
5
+ embed =" [granite.csrf.standalone]"
6
+ cssProcessor =" [default:none,min:none]"
7
+ jsProcessor =" [default:none,min:none]"
8
+ allowProxy =" {Boolean}true" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,6 +42,17 @@ module.exports = {
42
42
context : BUILD_DIR ,
43
43
clientLibRoot : CLIENTLIB_DIR ,
44
44
libs : [
45
+ /* These embeds and categories can added to clientlib-site below as well */
46
+ {
47
+ ...libsBaseConfig ,
48
+ name : 'clientlib-dependencies' ,
49
+ categories : [ 'wknd.dependencies' ] ,
50
+ // Add AEM OOTB client libraries as needed
51
+ embed : [ 'granite.csrf.standalone' ] ,
52
+ assets : {
53
+ // Add any CSS and JS entrypoint scripts and stylesheets into the dependencies clientlib
54
+ }
55
+ } ,
45
56
{
46
57
...libsBaseConfig ,
47
58
name : 'clientlib-site' ,
You can’t perform that action at this time.
0 commit comments