Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gfranko/amdclean
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/gfranko/amdclean:
  Moved Used By to the top
  • Loading branch information
gfranko committed Jan 17, 2014
2 parents ecab830 + 113ce53 commit 5a4d41c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ A build tool that converts AMD code to standard JavaScript.
**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.


## Used By

* [AddThis Smart Layers](https://www.addthis.com/get/smart-layers) - Third-party social widgets suite

* [Ractive.js](http://www.ractivejs.org/) - Next-generation DOM manipulation

* [Mod.js](http://madscript.com/modjs/) - JavaScript Workflow Tooling


## Why

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.
Expand Down Expand Up @@ -414,14 +423,6 @@ __I am having a scope problem with all of the local module variables. What can
- You can use the `globalObject` option to store all of your modules in a global object that uses the top-most function scope.


## Used By

* [AddThis Smart Layers](https://www.addthis.com/get/smart-layers) - Third-party social widgets suite

* [Ractive.js](http://www.ractivejs.org/) - Next-generation DOM manipulation

* [Mod.js](http://madscript.com/modjs/) - JavaScript Workflow Tooling

## License
## Liense

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

0 comments on commit 5a4d41c

Please sign in to comment.