internal/static: Bundle resources automatically
This commit is contained in:
parent
9ada07ce70
commit
464b1bf5dd
27 changed files with 1503 additions and 28 deletions
2
internal/component/static/dist/home/home.css
vendored
Normal file
2
internal/component/static/dist/home/home.css
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
html{color:#1a1a1a;background-color:#fdfdfd;font-family:Roboto;font-size:20px;line-height:1.5}body{max-width:36em;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-rendering:optimizelegibility;font-kerning:normal;margin:0 auto;padding:50px}@media (max-width:600px){body{padding:1em;font-size:.9em}}h1{margin-top:1.4em}h2,h3{margin-top:1em}code{color:#00f;font-family:Roboto Mono}p{text-align:justify;margin:1em 0}a,a:visited{color:#1a1a1a}footer{text-align:center;border-top:1px solid #1a1a1a;font-size:small}
|
||||
/*# sourceMappingURL=home.css.map */
|
||||
1
internal/component/static/dist/home/home.css.map
vendored
Normal file
1
internal/component/static/dist/home/home.css.map
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"mappings":"ACAA,8FAOA,gKAaA,yBACI,iCAMJ,oBAIA,qBAIA,wCAKA,kCAKA,0BAIA","sources":["home/home.css","src/distillery.css","src/home/home.css"],"sourcesContent":["html {\n color: #1a1a1a;\n background-color: #fdfdfd;\n font-family: Roboto;\n font-size: 20px;\n line-height: 1.5;\n}\n\nbody {\n max-width: 36em;\n -webkit-hyphens: auto;\n hyphens: auto;\n overflow-wrap: break-word;\n text-rendering: optimizelegibility;\n font-kerning: normal;\n margin: 0 auto;\n padding: 50px;\n}\n\n@media (max-width: 600px) {\n body {\n padding: 1em;\n font-size: .9em;\n }\n}\n\nh1 {\n margin-top: 1.4em;\n}\n\nh2, h3 {\n margin-top: 1em;\n}\n\ncode {\n color: #00f;\n font-family: Roboto Mono;\n}\n\np {\n text-align: justify;\n margin: 1em 0;\n}\n\na, a:visited {\n color: #1a1a1a;\n}\n\nfooter {\n text-align: center;\n border-top: 1px solid #1a1a1a;\n font-size: small;\n}\n\n\n\n/*# sourceMappingURL=home.css.map */\n","html {\n line-height: 1.5;\n font-family: Roboto;\n font-size: 20px;\n color: #1a1a1a;\n background-color: #fdfdfd;\n}\nbody {\n margin: 0 auto;\n max-width: 36em;\n padding-left: 50px;\n padding-right: 50px;\n padding-top: 50px;\n padding-bottom: 50px;\n hyphens: auto;\n overflow-wrap: break-word;\n text-rendering: optimizeLegibility;\n font-kerning: normal;\n}\n\n@media (max-width: 600px) {\n body {\n font-size: 0.9em;\n padding: 1em;\n }\n}\n\nh1 {\n margin-top: 1.4em;\n}\n\nh2,h3 {\n margin-top: 1em; \n}\n\ncode {\n font-family: Roboto Mono;\n color: blue;\n}\n\np {\n margin: 1em 0;\n text-align: justify;\n}\n\na, a:visited {\n color: #1a1a1a;\n}\n\nfooter {\n border-top: 1px solid #1a1a1a;\n font-size: small;\n text-align: center;\n}\n","@import '../distillery.css';"],"names":[],"version":3,"file":"home.css.map"}
|
||||
2
internal/component/static/dist/home/home.js
vendored
Normal file
2
internal/component/static/dist/home/home.js
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
//# sourceMappingURL=home.js.map
|
||||
1
internal/component/static/dist/home/home.js.map
vendored
Normal file
1
internal/component/static/dist/home/home.js.map
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"mappings":"","sources":[],"sourcesContent":[],"names":[],"version":3,"file":"home.js.map"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue