This is how the .yml file look like:
dizy_WebApp[A-Za-z_]*:
[a-zA-Z_0-9]+:
- /overlib/overlib_mini.js
- /prototype/prototype.js
.........
browseCommunity|overview:
- /gadget.js
So for everything I include prototype.js and the other file for
overview I include also gadget.js, but there is one situation where I
don't want to include prototype.js because I'm including another
framework and this makes the application crash because they can't work
together. So either I give up including prototype.js everywhere and I
include manually in every file, or I find a regular expression that
doesn't allow me to include prototype when I'm in this module called
uploadImage. Thank you
>> Stay informed about: Regular Expression (newbie)