Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I would like to use an obfuscator on some of my javascript sources.
I was thinking of locating the sources (not-obfuscated files) in a ‘src’ directory
just under the webroot/scripts/src. And the obfuscated ones in the webroot/scripts
directory.
Is there a way to exclude the sources from being deployed?
Erez,
Not currently. Everything under the webroot is deployed. You might consider keeping a root level /scripts dir off your project, and obfuscated ones go into webroot/scripts after you obfuscate them.