Skip to content

Commit 7f23cc3

Browse files
committed
Merge pull request #145 from pieter-vanderwerff/rjs-builder-docs-update
rjs builder docs update
2 parents 24539c9 + 2a4d274 commit 7f23cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/wire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Once you've installed wire into your AMD environment and configured your loader:
5252
curl(['wire!app/main']);
5353
```
5454

55-
You should concatenate all the modules of your app before deploying it to production. Wire's AMD plugin supports AMD bundling via cujoJS's [cram](http://know.cujojs.com/downloads#alacarte). Other people have reported success using Pieter Vanderwerff's [wire-rjs plugin](https://github.com/pieter-vanderwerff/wire/blob/rjs-build/builder/rjs.js), which should be placed in the wire/builder folder prior to running rjs.
55+
You should concatenate all the modules of your app before deploying it to production. Wire's AMD plugin supports AMD bundling via cujoJS's [cram](http://know.cujojs.com/downloads#alacarte). For RequireJS (r.js) people have reported success using Pieter Vanderwerff's [wire-rjs-builder plugin](https://github.com/pieter-vanderwerff/wire-rjs-builder).
5656

5757
For more examples of using wire as an AMD plugin to bootstrap applications, see the [Example Apps](introduction.md#example-apps)
5858

0 commit comments

Comments
 (0)