Skip to content

dauthuong/123dauthuong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-kmc

KISSY module compiler.

The "kmc" task

Usage Examples

var kmc = new (require('task-kmc'))
kmc.run(inputs, options, logger)

Options

options.name

Type: path

Package name.

options.src

Type: string

Src file.

options.dest

Type: string Default: 'baz'

Dest file, if enable combo option dest should be a dir path.

options.packages

Type: object

KISSY packages config.

options.combo

Type: boolean

Generate modules with online combo mode to dest dir.

options.dep

Type: string Default: 'baz'

Generate all combo mode modules dependence config in dependence config file.

Release History

  • 2015-02-05 0.1.4 Simplify options.
  • 2015-02-02 0.1.3 Add more options.
  • 2014-11-11 0.1.2 Add packages option.
  • 2014-11-11 0.1.0 Initial release.

License

Copyright (c) 2014-2015 Yuanyan Cao. Licensed under the MIT license.

kmc-fast-task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%