Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:cujojs/wire into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Jan 9, 2014
2 parents 4be60bf + 7f23cc3 commit 35703e9
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 35703e9

Please sign in to comment.