Skip to content
Snippets Groups Projects
Commit 0e0932fc authored by paflov's avatar paflov
Browse files

Use hashes for file names to fix cache-related issues after updates

https://github.com/iqb-berlin/testcenter-frontend/issues/212
parent 356c0499
No related branches found
No related tags found
No related merge requests found
Pipeline #38499 canceled
# Changelog
## 12.1.8
* (#212) fix cache-related issues after updates
## 12.1.7
* (#385) Fix Bug: If testee is on the please-enter-code-screen and group-monitor moves him to the same block,
it should become unlocked (but didn't).
......
......@@ -20,7 +20,7 @@ RUN npx webdriver-manager update --versions.chrome=`google-chrome --product-vers
COPY . /app
RUN ng build --prod=true --output-path=dist
RUN ng build --prod=true --output-path=dist --output-hashing all
EXPOSE 4200
......
......@@ -15,7 +15,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --output-hashing all",
"test": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment