Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

Pre minify the javascript source files #176

Closed KevinJump closed 2 years ago

KevinJump commented 2 years ago

For a while in uSync we have pre-minifed the js files used in the package, as this makes it slightly quicker and less likely for you to have versioning issues (because when we minify the files we version stamp them, so the version is always new per version).

We are also doing this for uSync.Complete from v9.4 as it means people should get a cleaner install base, when they use the product and upgrade.

(from v10, we are going razor class libraries, and there too this will be a benift).