We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/klaro-org/klaro-js homepage / README.md says:
Small footprint: The minified+gzipped JS is only 37 kB and contains everything that is required, including style sheets and translations.
but looking at the file sizes - raw and uncompressed, they are much larger:
Another point I don't really understand is why klaro-no-translations-no-css.js is not smaller than klaro-no-css.js?
I would expect klaro-no-translations-no-css.js to have the smallest file size?
Is there any further room for optimizations / minifications? Currently, it's one of the largest JS files used in projects.
The text was updated successfully, but these errors were encountered:
Fixed klaro-org#515 and klaro-org#527 (klaro-no-translations.js build…
54eba64
… contains all the translations).
Please note that before setting this fixed, the real file sizes on the module page should be updated!
Sorry, something went wrong.
See also #530
No branches or pull requests
https://github.com/klaro-org/klaro-js homepage / README.md says:
but looking at the file sizes - raw and uncompressed, they are much larger:
Another point I don't really understand is why klaro-no-translations-no-css.js is not smaller than klaro-no-css.js?
I would expect klaro-no-translations-no-css.js to have the smallest file size?
Is there any further room for optimizations / minifications? Currently, it's one of the largest JS files used in projects.
The text was updated successfully, but these errors were encountered: