Skip to content

youngjay/cortex-recombiner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cortex-recombiner

recombine the cortex package structure to make it compatible with webpack

####How to use

var recombiner=require('cortex-recombiner');

...

recombiner({
        base:__dirname,	//the base dir path of webpack project
        source_path:'./neurons',	//the relative path of neurons source dir
    	target_path:'./node_modules/@cortex',	//the relative path of target dir where you want to recombine
    	cortex_json_file:'./cortex.json',	//the path of cortex config file
    	noBeta:false	//whether ignore cortex beta package in source_path
});

...


About

recombine the cortex package structure to make it compatible with webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%