From 2a4d274423d74244b542e5058e210edcc4b3088a Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Sat, 4 Jan 2014 18:28:43 +1300 Subject: [PATCH] Updated docs to point to the new wire rjs builder plugin location. Clarified docs description of the plugin. --- docs/wire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wire.md b/docs/wire.md index aeea30e..44bad2c 100644 --- a/docs/wire.md +++ b/docs/wire.md @@ -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)