@afelio/toolbelt
Version:
Afelio – Design Toolbelt
45 lines (40 loc) • 497 B
JSON
{
"global": {
"output": "build/"
},
"styles": {
"sources":[
"**/*.scss"
],
"output":"",
"watched":[
"**/*.scss"
]
},
"views":{
"sources":[
"**/*.pug"
],
"output": "",
"watched":[
"**/*.pug"
]
},
"libs":
{
"name":"app.js",
"sources":[
"**/*.js"
],
"output": "",
"watch":[
"**/*.js"
]
},
"statics":{
"sources":[
"statics/**"
],
"output": "build/"
}
}