lockandload
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "lockandload", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -81,4 +81,7 @@ <h1>lockandload</h1> | ||
Locally in the secondary `localandload` 'headready' script; all path arguments | ||
Locally in the secondary `lockandload` 'headready' script; all path arguments | ||
are used verbatim in `<link href="path">` or `<script src="path">` tags: | ||
- `scss(id, path)`<br /> | ||
Loads additional ordered css files asynchronously; after the stylesheet | ||
has been applied, it fires the `id` event. | ||
- `css(path)`<br /> | ||
@@ -85,0 +88,0 @@ Loads additional low priority ordered css files asynchronously. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17475
110