don't gzip static files, and always commit them

This commit is contained in:
Adam Piontek 2022-08-14 15:09:30 -04:00
parent 64e310b598
commit 10f284da6f
68 changed files with 406 additions and 74 deletions

2
.gitignore vendored
View file

@ -35,7 +35,7 @@ npm-debug.log
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
#/priv/static/
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.