seajs / seajs-preload

A Sea.js plugin for circular preload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seajs-preload

A Sea.js plugin for preload

Install

Install with spm:

$ spm install seajs/seajs-preload

Usage

<script src="path/to/sea.js"></script>
<script src="path/to/seajs-preload.js"></script>

<script>

seajs.config({
  preload: ['jquery']
})

seajs.use("path/to/mod")

</script>

Note

This plugin bases on seajs ^2.3.0

About

A Sea.js plugin for circular preload

License:MIT License


Languages

Language:JavaScript 100.0%