From 8d01cf238d7764bac903b8ec96f3d6e23b900c62 Mon Sep 17 00:00:00 2001 From: Lin Dong Date: Mon, 9 Feb 2015 14:47:23 -0800 Subject: [PATCH] Update README.md Add two more module loaders --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f864cc9..0d52542 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,8 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager. * [systemjs](https://github.com/systemjs/systemjs) - AMD, CJS & ES6 spec-compliant module loader. * [webpack](https://github.com/webpack/webpack) - Module loader made for big projects. Supports AMD, CommonJS, and more. - +* [LodJS](https://github.com/yanhaijing/lodjs) - Module loader based on AMD +* [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD. ## Testing Frameworks