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

Commit

Permalink
Browse files Browse the repository at this point in the history
updating project status back to active!
  • Loading branch information
getify committed Apr 5, 2017
1 parent 0a2b2b5 commit 122980b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,8 +1,9 @@
**IMPORTANT:** This project is undergoing [a complete 3.0 rewrite](https://github.com/getify/LABjs/tree/v3.0). Please [follow the progress](https://github.com/getify/LABjs/issues/113#issuecomment-288885644).


LABjs (Loading And Blocking JavaScript)
=======================================

**NOTE: LABjs is still supported, and still encouraged to be used if it makes sense for your project. But, no further development beyond bug fixes is expected. LABjs is almost 4 years old, and has been stable (no bug fixes/patches) for almost 2 years. Thank you to the community for your support of this project over the last 4 years.**

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.

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.
Expand Down

1 comment on commit 122980b

@kylebakerio
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woot!

Please sign in to comment.