0.0.5 • Published 5 years ago
@node-tooler/bamboo v0.0.5
bamboo
TODO: description
Usage
const bamboo = require('bamboo');
// TODO: DEMONSTRATE API
自定义配置文件
create file json
bamboo.config.json
演示
{
"packaged": {
"app": [
{
"dir": "js/"
},
{
"dir": "img/"
},
{
"dir": "css/",
"nsame": true
}
]
}
}