Merge remote-tracking branch 'origin/master' into feature
This commit is contained in:
commit
c3e0912445
@ -5,6 +5,3 @@ command_arguments = ["-i","input.css","-o","public/styles.css","--minify"]
|
|||||||
|
|
||||||
[serve]
|
[serve]
|
||||||
address = "0.0.0.0"
|
address = "0.0.0.0"
|
||||||
|
|
||||||
[build]
|
|
||||||
minify = "on_release"
|
|
||||||
|
@ -54,8 +54,7 @@
|
|||||||
<noscript>
|
<noscript>
|
||||||
<link rel="stylesheet" href="./public/styles.css">
|
<link rel="stylesheet" href="./public/styles.css">
|
||||||
</noscript>
|
</noscript>
|
||||||
<!-- <link data-trunk href="./public/styles.css" rel="css"> -->
|
<link data-trunk rel="copy-file" href="public/styles.css" data-target-path="public/" />
|
||||||
<link data-trunk rel="copy-file" href="public/styles.css" data-target-path="/public" />
|
|
||||||
<link data-trunk rel="copy-file" href="public/robots.txt" data-target-path="/" />
|
<link data-trunk rel="copy-file" href="public/robots.txt" data-target-path="/" />
|
||||||
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
|
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
|
||||||
<link data-trunk rel="copy-dir" href="public">
|
<link data-trunk rel="copy-dir" href="public">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user