Expand my Community achievements bar.

Is it allowed to use wildcards in js.txt, css.txt, etc. of client libs?

Avatar

Level 7

For example, something similar to this:

#base=js foo.js bar.js directives/**/*.js services/**/*.js controllers/**/*.js

Thanks.

2 Replies

Avatar

Level 10

I have always used explicit paths in client libs. However -- see this AEM topic:

http://dev.day.com/docs/en/cq/current/developing/clientlibs.html

Avatar

Level 7

smacdonald2008 wrote...

I have always used explicit paths in client libs. However -- see this AEM topic:

http://dev.day.com/docs/en/cq/current/developing/clientlibs.html

 

 

I had a quick look at that article but I didn't see anything related to using wildcards. Could you please quote the relevant part of that article?

 

Thanks