The standard js and css files that comes with Dynamicweb are not minified. Will you consider minifying them - maybe as part of your build process?
Minifying these files can save about 30-80% in file size - and with 754 scripts and 345 stylesheets this could improve the performance a bit ;-)
Maybe you could provide both minified (.min.js, .min.css) and original version of the files that are used with modules in frontend so that developers are able to modify them if needed.
I know that we can do this minification ourselves, but that would get boring after a while as it needs to be done for each new release of Dynamicweb.