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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    3
  • 0.1.1
    2

Package Sidebar

Install

npm i grunt-jquerymobiletransform

Weekly Downloads

4

Version

0.1.2

License

none

Last publish

Collaborators

  • vivektiwari1986