Skip to content

Commit

Permalink
Fixed background not loading #101, removed duplicate call from minify…
Browse files Browse the repository at this point in the history
… go:generate
  • Loading branch information
Forceu committed Apr 14, 2023
1 parent d2eae38 commit 9a91349
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions build/go-generate/minifyStaticContent.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ func getPaths() []converter {
Type: "text/javascript",
Name: "Download E2E JS",
})
result = append(result, converter{
InputPath: pathPrefix + "js/end2end_download.js",
OutputPath: pathPrefix + "js/min/end2end_download.min.js",
Type: "text/javascript",
Name: "Download E2E JS",
})
result = append(result, converter{
InputPath: pathPrefix + "js/streamsaver.js",
OutputPath: pathPrefix + "js/min/streamsaver.min.js",
Expand Down
2 changes: 1 addition & 1 deletion internal/webserver/web/static/css/cover.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

body {
background: url("../assets/background.jpg") no-repeat center center fixed;
background: url("../../assets/background.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down
2 changes: 1 addition & 1 deletion internal/webserver/web/static/css/min/gokapi.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a91349

Please sign in to comment.