42 lines
510 B
JSON
42 lines
510 B
JSON
[
|
|
{
|
|
"to": "style/*",
|
|
"from": "style/*"
|
|
},
|
|
{
|
|
"to": "script/*",
|
|
"from": "script/*"
|
|
},
|
|
{
|
|
"to": "pages/*",
|
|
"from": "pages/*"
|
|
},
|
|
{
|
|
"to": "images/*",
|
|
"from": "images/*"
|
|
},
|
|
{
|
|
"to": "pages/index.html",
|
|
"from": ""
|
|
},
|
|
{
|
|
"to": "_list/csv/all",
|
|
"from": "csv"
|
|
},
|
|
{
|
|
"to": "../../../_active_tasks",
|
|
"from": "_active_tasks"
|
|
},
|
|
{
|
|
"to": "_list/urlencode/headers",
|
|
"from": "headers"
|
|
},
|
|
{
|
|
"to": "../..",
|
|
"from": "db"
|
|
},
|
|
{
|
|
"to": "../../*",
|
|
"from": "db/*"
|
|
}
|
|
] |