You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
796 B
JSON
45 lines
796 B
JSON
6 years ago
|
{
|
||
|
"routes": {
|
||
|
".html": {
|
||
|
"path": "./res/html/",
|
||
|
"mime": "text/html"
|
||
|
},
|
||
|
".htm": {
|
||
|
"path": "./res/html/",
|
||
|
"mime": "text/html"
|
||
|
},
|
||
|
".js": {
|
||
|
"path": "./res/scripts/",
|
||
|
"mime": "text/javascript"
|
||
|
},
|
||
|
".css": {
|
||
|
"path": "./res/css/",
|
||
|
"mime": "text/css"
|
||
|
},
|
||
|
".json": {
|
||
|
"path": "./res/data/",
|
||
|
"mime": "text/plain"
|
||
|
},
|
||
|
".ico": {
|
||
|
"path": "./res/img/",
|
||
|
"mime": "image/x-icon"
|
||
|
},
|
||
|
".jpg": {
|
||
|
"path": "./res/img/",
|
||
|
"mime": "image/jpeg"
|
||
|
},
|
||
|
".png": {
|
||
|
"path": "./res/img/",
|
||
|
"mime": "image/png"
|
||
|
},
|
||
|
".ttf": {
|
||
|
"path": "./res/fonts/",
|
||
|
"mime": "font/opentype"
|
||
6 years ago
|
},
|
||
|
".sass" :{
|
||
|
"path": "./res/sass",
|
||
|
"mime": "style/css"
|
||
6 years ago
|
}
|
||
|
}
|
||
|
}
|