]> Untitled Git - lemmy-ui.git/commit
Use git hash to break cache (#1684)
authorSleeplessOne1917 <abias1122@gmail.com>
Thu, 29 Jun 2023 14:29:33 +0000 (10:29 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2023 14:29:33 +0000 (10:29 -0400)
commit751495702cc9f84271ff75ab876d5eb16a8a9b1e
tree19414a2d9650c746a8faa338986eb340d4d5b81c
parentad6db69dda55afaf5b5935604c68bb4cb73e0395
Use git hash to break cache (#1684)

* Use git hash to break cache

* Address PR feedback

* Make hash docker agnostic

* Add trailing slash

* Update .prettierignore

Co-authored-by: Alec Armbruster <35377827+alectrocute@users.noreply.github.com>
* Remove debugging log

* implement getStaticDir util

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Alec Armbruster <35377827+alectrocute@users.noreply.github.com>
.prettierignore
dev.dockerfile
package.json
src/server/index.tsx
src/server/utils/create-ssr-html.tsx
src/shared/components/common/icon.tsx
src/shared/components/person/person-listing.tsx
src/shared/config.ts
src/shared/utils/env/get-static-dir.ts [new file with mode: 0644]
src/shared/utils/env/index.ts
webpack.config.js