diff --git a/apps/red-ui/ngsw-config.json b/apps/red-ui/ngsw-config.json index 785319e45..f59cbb23c 100644 --- a/apps/red-ui/ngsw-config.json +++ b/apps/red-ui/ngsw-config.json @@ -6,14 +6,7 @@ "name": "app", "installMode": "prefetch", "resources": { - "files": [ - "/favicon.ico", - "/manifest.webmanifest", - "/*.css", - "/*.js", - "!/assets/wv-resources/core/webviewer-core.min.js", - "!/assets/wv-resources/ui/webviewer-ui.min.js" - ] + "files": ["/favicon.ico", "/manifest.webmanifest", "/*.css", "/*.js", "!/assets/wv-resources/**"] } }, { @@ -21,12 +14,7 @@ "installMode": "lazy", "updateMode": "prefetch", "resources": { - "files": [ - "/assets/**", - "!/assets/wv-resources/core/webviewer-core.min.js", - "!/assets/wv-resources/ui/webviewer-ui.min.js", - "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)" - ] + "files": ["/assets/**", "!/assets/wv-resources/**", "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"] } } ] diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index 442c26d06..397c690fc 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -48,7 +48,6 @@ COPY sonar.js sonar.js ## RUN node sonar.js RUN yarn run build-lint-all RUN yarn run build-paligo-styles -RUN rm /ng-app/dist/apps/red-ui/ngsw.json CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"] diff --git a/package.json b/package.json index 9f1628b4a..cee813806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "3.988.65", + "version": "3.988.66", "private": true, "license": "MIT", "scripts": {