Skip to content

KittyJS is a super lightweight and complete AMD-compliant module loader

License

Notifications You must be signed in to change notification settings

zengjialuo/kittyjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KittyJS

KittyJS is a super lightweight but complete AMD-compliant module loader with:

  • Loader Plugin supported;
  • Common Config supported, include BaseUrl、paths、packages、map、config and shim.

it was originally named as 'SimpleAndNaiveJS', since its implement is really simple. In fact, it just has about 600 source code lines, but it actually works. If you want to know how AMD loader works, you can try to read it, it's easier to understand.

KittyJS vs requireJS

Item KittyJS requireJS esl
Size 2.8kb 6.2kb 3.7kb
Performance - almost same
Shim support YES YES NO
Timeout handler NO YES YES

Test

fully tested by the AMD Tests and ESL Tests

Usage

<script src="http://rigel.baidustatic.com/wg_biz/kitty/kitty.js"></script>

config options is same with requireJS, just try to replace the scirpt src.

About

KittyJS is a super lightweight and complete AMD-compliant module loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published