|
I use the ScriptManager control with the EnableScriptLocalization property. I want to minify the following files:
- constants.debug.js
- constants.debug.fr-CA.js
I want them both minified to:
- constants.js
- constants.fr-CA.js
Is there a way to specify a wildcard file name in the Options dialog so that both versions get minified? I tried .debug*.js in the YUI field, but it doesn't seem to work. Is this something that I can do with a config file?
|