grunt-modest

0.1.1 • Public • Published

#grunt-modest

Build Status

Grunt task for working with the modest templating engine.

###Installation

  1. Change directories to the root directory of your project.
  2. npm install grunt-modest
  3. Add the following line to your Gruntfile.js
grunt.loadNpmTasks('grunt-modest');

###Configuration

Configuration is placed in the grunt.initConfig section of your Gruntfile.js file in the modest object.

modest is a multitask.

All of the directories in the src of a target will be processed by modest (adding modest-preview.js and modest.js scripts, and compiling -pre files). See Basic Modest, Preparing a Directory and Compiling Modest Code.

Example:

modest : {
  all : {
    src : ['html/**/']
  }
}

The foregoing example will process all the directories under the "html" directory.

/grunt-modest/

    Package Sidebar

    Install

    npm i grunt-modest

    Weekly Downloads

    4

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • adamstallard