Skip to content

adamstallard/grunt-modest

Repository files navigation

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

About

Grunt task for working with modest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published