grunt-special-html

0.0.2 • Public • Published

grunt-special-html

Converts special UTF-8 characters in a string to their HTML escape code equivalents.

Getting Started

This plugin requires Grunt.

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

npm install grunt-special-html --save-dev

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

grunt.loadNpmTasks('grunt-special-html');

Usage Examples

grunt.initConfig({
  'special-html': {
    compile: {
      files: {
        'dist/index.html': 'app/index.html',
      }
    }
  }
})

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-special-html

Weekly Downloads

55

Version

0.0.2

License

none

Last publish

Collaborators

  • callmehiphop