After the recent SCA Extension Management bundle update, our deployed code, both SuiteScript and JavaScript, is no longer being minified/obfuscated. Is this happening to anyone else? Is this expected behavior from SCEM 20.2.1?
f
Flo Meilan
03/18/2021, 8:32 PM
Are you sure it was minified in the past? I mean the one returned by the SCEM, i.e shopping3.js
Flo Meilan
03/18/2021, 8:33 PM
We do minifythe original file, shopping.js, but I don´t recall even doing the modification of the one that is the result of the SCEM execution (activation)
m
Mark
03/19/2021, 12:23 PM
Interesting. The previous deployments of our extensions was minified. If SCEM doesn’t minify, then it was most likely a gulp task we had added to our previous development tools. Thanks for the respone!