grunt-parseunicode

0.1.9 • Public • Published

grunt-parseunicode

parse js css to unicode

Getting Started

Install this grunt plugin next to your project's Gruntfile.js with: npm install grunt-parseunicode

Then add this line to your project's Gruntfile.js gruntfile:

grunt.loadNpmTasks('grunt-parseunicode');

Documentation

Configure Example:

  parseunicode: {
    dist: {
      src: ['test/**/*min.js'], //the path to the file
      options: {
        charset: 'utf8', //default utf8
        type: 'js' //default js
      }
    }
  }

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.

Release History

  • 2013-04-19 - v0.1.9 - Upgrade support grunt 0.4.1
  • 2012-10-17 - v0.1.6 - Upgrade support grunt ~0.4.0

License

Copyright (c) 2012 lemonlwz Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-parseunicode

Weekly Downloads

4

Version

0.1.9

License

none

Last publish

Collaborators

  • lemonlwz