Skip to content

Commit

Permalink
add asset pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfaerman committed Feb 2, 2024
1 parent 54ba62e commit 4a236db
Show file tree
Hide file tree
Showing 67 changed files with 559 additions and 19,099 deletions.
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tmp_dir = "tmp"
bin = "./bin/netctl"
cmd = "mage build"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "magefiles", "internal/dao"]
exclude_dir = ["assets", "tmp", "vendor", "testdata", "magefiles", "internal/dao", "internal/handlers/static"]
exclude_file = []
exclude_regex = ["_test.go", "magefile_*.go", "_templ.go", "_string.go"]
exclude_unchanged = false
Expand Down
Empty file.
File renamed without changes
Binary file added internal/handlers/static/assets/squiggle.png.br
Binary file not shown.
Binary file added internal/handlers/static/assets/squiggle.png.gz
Binary file not shown.
Loading

0 comments on commit 4a236db

Please sign in to comment.