Skip to content

Commit

Permalink
Merge pull request #145 from pieter-vanderwerff/rjs-builder-docs-update
Browse files Browse the repository at this point in the history
rjs builder docs update
  • Loading branch information
briancavalier committed Jan 6, 2014
2 parents 24539c9 + 2a4d274 commit 7f23cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wire.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Once you've installed wire into your AMD environment and configured your loader:
curl(['wire!app/main']);
```

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.
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).

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

Expand Down

0 comments on commit 7f23cc3

Please sign in to comment.