0.3.1 • Published 11 years ago

grunt-ect-templates v0.3.1

Weekly downloads
10
License
-
Repository
-
Last release
11 years ago

grunt-ect

Hi!

This tool generates html files from ect templates.

Getting Started

install via npm

npm install npm install git+ssh://git@github.com:shuvalov-anton/grunt-ect.git --save-dev

and in your Gruntfile.js file:

grunt.loadNpmTasks('grunt-ect');

Usage

module.exports = function (grunt) { grunt.initConfig({ ect: { task: { options: { root: 'ect-test/ect' }, src: 'page_*.ect', dst: 'ect-test/' } } }); grunt.task.registerTask('default', 'ect'); grunt.loadNpmTasks('grunt-ect'); };

run with:

grunt ect

0.3.1

11 years ago

0.3.0

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago