0.0.5 • Published 9 years ago

htmltemplateparser v0.0.5

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

html-template-parser

##Getting Started

This plugin requires Grunt >= 0.4.2

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

npm install htmltemplateparser

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

grunt.loadNpmTasks('htmltemplateparser');

##Run the task

Run this task with the grunt htmltemplateparser command.

Task targets, files and options may be specified according to the grunt http://gruntjs.com/configuring-tasks(Configuring tasks) guide.

##Usage Examples

This configuration will be parse and generate a HTML file using the default options:

// Project configuration. 
grunt.initConfig({
  uglify: {
    my_target: {
      files: [
        {
          expand: true,
          src: ['templates/index.html'],
          dest: './tpl/',
          ext: '*.html'
        }
      ]
    }
  }
});
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago