Skip to content

daxingplay/grunt-kissy-xtemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Grunt plugin for KISSY xTemplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published