0.1.1 • Published 7 years ago

ms-index-builder v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

ms-index-builder

Build ms index.html file

Getting Started

This plugin requires Grunt.

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install ms-index-builder --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('ms-index-builder');

The "ms_index_builder" task

Overview

In your project's Gruntfile, add a section named ms_index_builder to the data object passed into grunt.initConfig().

grunt.initConfig({
  ms_index_builder: {
    options: {
      // Task-specific options go here.
    },
    your_target: {
      // Target-specific file lists and/or options go here.
    },
  },
})

Release History

(Nothing yet)

License

Copyright (c) 2016 Guilherme Piccoli. Licensed under the MIT license.

0.1.1

7 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago