Closed mattbierner closed 10 years ago
Example:
$ node khepri/compile.js lib -o dist
will compile all files in lib to output in dir
For example in project:
/lib
/sub_1
k1.kep
k2.kep
Using compile:
$ node khepri/compile.js lib -o dist
Outputs
/dist
/sub_1
k1.js
k2.js
Support compiling all files in a directory.