grunt-jquerymobiletransform

0.1.2 • Public • Published

jQuery Transform

grunt-jquerymobiletransform is a grunt task for transforming HTML files with jQuerymobile

Installation

npm install grunt-jquerymobiletransform

Use

Simple Case

grunt.initConfig({
  jquerymobiletransform: {
    files: ['**/*.html'], // All HTML files
    transform: function($) {
      // For styling bullet separate from text
      $('.post li').wrapInner('<span />');
    }
  }
});

grunt.loadNpmTasks('grunt-jquerymobiletransform');

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-jquerymobiletransform

Weekly Downloads

3

Version

0.1.2

License

none

Last publish

Collaborators

  • vivektiwari1986