Brunch plugin for pre-compiling RoadShow components
npm install roadshow-brunchBrunch plugin for pre-compiling RoadShow components
Install brunch and this plugin as project dependencies:
```
npm install --save-dev brunch roadshow-brunch
This plugin needs no further setup if Roadshow components are saved as regular HTML files. Just declare the path in the files.javascripts.joinTo entry:
```
module.exports={
files:{
javascripts:{
joinTo:{
'
}
}
}
}
MIT License | Copyright © 2019 Bong Cosca | All rights reserved