-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathelm-land.json
31 lines (31 loc) · 1.04 KB
/
elm-land.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"app": {
"elm": {
"development": { "debugger": true },
"production": { "debugger": false }
},
"env": [],
"html": {
"attributes": {
"html": { "lang": "en" },
"head": {}
},
"title": "Conduit",
"meta": [
{ "charset": "UTF-8" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{ "name": "viewport", "content": "width=device-width, initial-scale=1.0" }
],
"link": [
{ "rel": "stylesheet", "type": "text/css", "href": "//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" },
{ "rel": "stylesheet", "type": "text/css", "href": "//fonts.googleapis.com/css?family=Titillium+Web:700|Source+Serif+Pro:400,700|Merriweather+Sans:400,700|Source+Sans+Pro:400,300,600,700,300italic,400italic,600italic,700italic" },
{ "rel": "stylesheet", "href": "//demo.productionready.io/main.css" },
{ "rel": "stylesheet", "href": "/style.css" }
],
"script": []
},
"router": {
"useHashRouting": false
}
}
}