A requirejs (rjs) builder plugin for Wire.js specs.
- Copy the builder plugin to within your project.
- Add the builder plugin to your requirejs build paths config.
{
paths: {
'wire/builder/rjs': 'path/to/wire-rjs-builder/builder'
}
}
See the rjs-wire example project for a more detailed example.