0.3.2 • Published 5 years ago

roadshow-brunch v0.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago