lockandload
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "lockandload", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -47,9 +47,18 @@ <h1>lockandload</h1> | ||
Copy `index.html`, `main.js` and `css/main.css` boilerplate | ||
Copy `index.html`, `main.js`, `lastjs.js` and `css/main.css` boilerplate | ||
files to your own new website, and start adjusting them to taste. | ||
The `index.html` contains two `<script>` sections. The first section | ||
should not be preceded by any other `<script>` tags. | ||
should not be preceded by any other `<script>` tags and should be left | ||
verbatim. | ||
The second section should be placed at or close to the end of the `<head>`, | ||
and should not precede any direct `<link type="stylesheet">` tags. | ||
Inside this second section there is a clearly marked section that is | ||
your configuration area. | ||
Whenever this loader is updated, you can expect the first script section | ||
to be able to be replaced as is, and in the second script section you | ||
will be able to replace the first part, up till your configurable area. | ||
Backward and forward compatibility will be retained within those constraints. | ||
The basic structure of a page should be: | ||
@@ -56,0 +65,0 @@ - html |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
20108
167