Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 467 Bytes

wire-rjs-builder

A requirejs (rjs) builder plugin for Wire.js specs.

Setting up

  1. Copy the builder plugin to within your project.
  2. 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.