Socket
Socket
Sign inDemoInstall

grunt-kissy-xtemplate

Package Overview
Dependencies
57
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grunt-kissy-xtemplate

Grunt plugin for KISSY XTemplate Compiler


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Install size
7.93 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 23 Mar 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc