0.1.9 • Published 11 years ago

grunt-parseunicode v0.1.9

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

grunt-parseunicode

parse js css to unicode

Getting Started

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

Then add this line to your project's grunt.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

(Nothing yet)

License

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

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.0

11 years ago