Hi @JakeCham Using "Adobe Granite HTML Library Manager" config you will
be able to minify all the CSS/JS files and can exclude the files which
all are available under a specific path.You can keep all the clientlibs
which you do not want to minify under a specific path and add that path
into "htmllibmanager.excluded.path.list" property so that it can be
skipped during the minification.On a separate note, it is always
recommended to minify the CSS/JS files to improve the page performance
and
secur...