You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ fit for JavaScript library/web app authors who want a tiny download in one file
52
52
It is best used for libraries or apps that use AMD or CommonJS (using the [cjsTranslate](https://github.com/jrburke/r.js/blob/master/build/example.build.js#L574) Require.js optimizer option) and optimize all modules into one file or multiple bundles. If you do not include Require.js or a similar loader, you cannot dynamically load code.
53
53
54
54
55
-
##What is Supported
55
+
##What is Supported
56
56
57
57
* Can be used for both full-fledged web apps and/or individual JavaScript libraries.
58
58
@@ -94,7 +94,7 @@ There are a few different ways that AMDclean can be used including:
94
94
**Note:** AMDclean does not have any module ordering logic, so if you do not use the RequireJS optimizer then you need to find another solution for resolving module dependencies before your files can be "cleaned".
95
95
96
96
97
-
###AMDclean with the RequireJS Optimizer
97
+
###AMDclean with the RequireJS Optimizer
98
98
99
99
*[Download the RequireJS optimizer](http://requirejs.org/docs/download.html#rjs).
0 commit comments