roadshow-brunch
v0.3.2
Published
Brunch plugin for pre-compiling RoadShow components
Downloads
3
Readme
roadshow-brunch.js
Brunch plugin for pre-compiling RoadShow components
Usage
Install brunch
and this plugin as project dependencies:
npm install --save-dev brunch roadshow-brunch
Configuration
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:{
'<destination-folder>/app.js':'<source-folder>/*'
}
}
}
}
MIT License | Copyright © 2019 Bong Cosca | All rights reserved