Skip to content

Commit

Permalink
replace assets generation with embed (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulb committed May 26, 2022
1 parent 9397832 commit 2b1ddd0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 658 deletions.
23 changes: 0 additions & 23 deletions assets-generator.go

This file was deleted.

6 changes: 6 additions & 0 deletions internal/assets.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package internal

import "embed"

//go:embed view
var Assets embed.FS
645 changes: 10 additions & 635 deletions internal/webserver/assets-prod.go

Large diffs are not rendered by default.

0 comments on commit 2b1ddd0

Please sign in to comment.