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