mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-10 17:36:02 +08:00
17 lines
304 B
JSON
17 lines
304 B
JSON
|
{
|
||
|
"pkg": "assets",
|
||
|
"dest": "./assets/",
|
||
|
"fmt": true,
|
||
|
"compression": {
|
||
|
"compress": true,
|
||
|
"method": ""
|
||
|
},
|
||
|
"output": "assets.go",
|
||
|
"custom": [{
|
||
|
"files": ["./view/"],
|
||
|
"base": "view/",
|
||
|
"exclude": [
|
||
|
"less/*.less"
|
||
|
]
|
||
|
}]
|
||
|
}
|