Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 0017811

Browse files
committed
Adding note about stopping future development of LABjs.
1 parent e0b979f commit 0017811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
LABjs (Loading And Blocking JavaScript)
22
=======================================
33

4+
**NOTE: LABjs is now 3 years old, and has been stable (no bug fixes/patches) for almost a year. It accomplished its goal of leading the way to usher in dynamic script loading techniques to improve web performance. Furthermore, the community clearly prefers (by and large) the AMD pattern. Therefore, as of today, July 25, 2012, no further development effort is likely to occur on this project. Thank you to the community for your support of this project over the last 3 years.**
5+
46
LABjs is a dynamic script loader intended to replace the use of the ugly, non-performant <script> tag with a flexible and performance-optimized alternative API.
57

68
The defining characteristic of LABjs is the ability to load *all* JavaScript files in parallel, as fast as the browser will allow, but giving you the option to ensure proper execution order if you have dependencies between files.

0 commit comments

Comments
 (0)