0.1.3 • Published 9 years ago

grunt-kissy-xtemplate v0.1.3

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

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.

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago