grunt-kissy-xtemplate

0.1.3 • Public • Published

grunt-kissy-xtemplate

Build Status

grunt plugin for KISSY XTemplate.

If you have any questions, please submit an issue or contact me at Laiwang(my ID is daxingplay).

The usage is quite simple:

configure your tasks like this:

xtemplate: {
    options: {
        version: '1.4.1',
        inputCharset: 'gbk',
        outputCharset: 'gbk'
    },
    main: {
        files: [{
            src: 'test/xtpl/*.html',
            dest: 'tmp/xtpl/'
        }]
    }
}

Note that you must specify the KISSY version in your options. Otherwise, KISSY XTemplate will use the latest version instead.

Package Sidebar

Install

npm i grunt-kissy-xtemplate

Weekly Downloads

0

Version

0.1.3

License

none

Last publish

Collaborators

  • daxingplay
  • guangwong