Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokeyrhyme/load.js
simple script loader based on extracted logic from RequireJS
https://github.com/jokeyrhyme/load.js
Last synced: 21 days ago
JSON representation
simple script loader based on extracted logic from RequireJS
- Host: GitHub
- URL: https://github.com/jokeyrhyme/load.js
- Owner: jokeyrhyme
- License: other
- Created: 2015-04-09T07:20:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T04:08:01.000Z (over 4 years ago)
- Last Synced: 2024-10-15T21:23:39.836Z (24 days ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# loadJS (ex-RequireJS) [![npm module](https://img.shields.io/npm/v/@jokeyrhyme/load.svg)](https://www.npmjs.com/package/@jokeyrhyme/load) [![Travis CI Status](https://travis-ci.org/jokeyrhyme/load.js.svg?branch=master)](https://travis-ci.org/jokeyrhyme/load.js)
simple script loader based on extracted logic from RequireJS
## Why?
[loadJS](https://github.com/filamentgroup/loadJS) inspired me, but I needed
something a little bit more comprehensive.Heaps of great script-loading research is evident in
[RequireJS](https://github.com/jrburke/requirejs), so it made sense to start
from there.