lockandload
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "lockandload", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -6,5 +6,5 @@ <h1>lockandload AMD-loader</h1> | ||
Gzipped, the essential script content amounts to roughly 859 bytes of code. | ||
Without compression it blows up to about 1520 bytes. Further minifying | ||
this code does not result in any significant gains (773 vs 859 bytes), it | ||
Gzipped, the essential script content amounts to roughly 849 bytes of code. | ||
Without compression it blows up to about 1449 bytes. Further minifying | ||
this code does not result in any significant gains (773 vs 849 bytes), it | ||
would just hinder readability. | ||
@@ -62,3 +62,3 @@ | ||
- Single-page-app support using $$(...) page refresh callbacks. | ||
- Supports IE10 and up and all other webbrowsers. | ||
- Supports browsers implementing ES2018 and up. | ||
- No config file, means: no syntax to learn, no config file parser code. | ||
@@ -65,0 +65,0 @@ - No module system: all needed functionality is included already because |
46063