Skip to content

Commit 5a4d41c

Browse files
committed
Merge branch 'master' of https://github.com/gfranko/amdclean
* 'master' of https://github.com/gfranko/amdclean: Moved Used By to the top
2 parents ecab830 + 113ce53 commit 5a4d41c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ A build tool that converts AMD code to standard JavaScript.
1212
**Single file** client-side JavaScript libraries or applications that want to use AMD to structure and build their code, but don't want an AMD footprint.
1313

1414

15+
## Used By
16+
17+
* [AddThis Smart Layers](https://www.addthis.com/get/smart-layers) - Third-party social widgets suite
18+
19+
* [Ractive.js](http://www.ractivejs.org/) - Next-generation DOM manipulation
20+
21+
* [Mod.js](http://madscript.com/modjs/) - JavaScript Workflow Tooling
22+
23+
1524
## Why
1625

1726
Many developers like to use the AMD API to write modular JavaScript, but do not want to include a full AMD loader (e.g. [require.js](https://github.com/jrburke/requirejs)), or AMD shim (e.g. [almond.js](https://github.com/jrburke/almond)) because of file size/source code readability.
@@ -414,14 +423,6 @@ __I am having a scope problem with all of the local module variables. What can
414423
- You can use the `globalObject` option to store all of your modules in a global object that uses the top-most function scope.
415424

416425

417-
## Used By
418-
419-
* [AddThis Smart Layers](https://www.addthis.com/get/smart-layers) - Third-party social widgets suite
420-
421-
* [Ractive.js](http://www.ractivejs.org/) - Next-generation DOM manipulation
422-
423-
* [Mod.js](http://madscript.com/modjs/) - JavaScript Workflow Tooling
424-
425-
## License
426+
## Liense
426427

427428
Copyright (c) 2014 Greg Franko Licensed under the MIT license.

0 commit comments

Comments
 (0)