Skip to content

rainyjune/htmlTemplateParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
        }
      ]
    }
  }
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published