0.3.2 • Published 5 years ago

roadshow-grunt v0.3.2

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

roadshow-brunch.js

Grunt plugin for pre-compiling RoadShow components

Usage

Install grunt and this plugin as project dependencies:

npm install --save-dev grunt roadshow-grunt

Configuration

This plugin requires minimal setup. Just declare the path to your Roadshow components:

module.exports=function(grunt) {
  grunt.initConfig({
    roadshow:{
      files:{
        src:'<source-folder>/*',
        dest:'<destination-folder>/app.js'
      }
    }
  });
  grunt.loadNpmTasks('roadshow-grunt');
  grunt.registerTask('default',['roadshow']);
};

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.1.5

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