-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brotli #41
base: master
Are you sure you want to change the base?
Conversation
Built docker image: https://github.com/cjmalloy/jasper-ui/pkgs/container/jasper-ui/pr-41 |
Built docker image: https://github.com/cjmalloy/jasper-ui/pkgs/container/jasper-ui/pr-41 |
Built docker image: https://github.com/cjmalloy/jasper-ui/pkgs/container/jasper-ui/pr-41 |
Built docker image: https://github.com/cjmalloy/jasper-ui/pkgs/container/jasper-ui/pr-41 |
Built docker image: https://github.com/cjmalloy/jasper-ui/pkgs/container/jasper-ui/pr-41 |
@@ -5,6 +5,7 @@ | |||
"ng": "ng", | |||
"start": "ng serve", | |||
"build": "ng build --configuration production --source-map", | |||
"postbuild": "for i in $(find dist/jasper-ui/ -type f -not -name \"*.br\" -not -name \"index.html\" -not -name \"config.json\" -print); do brotli -9 $i; done", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should skip if brotli is not installed
Built docker image: https://github.com/cjmalloy/jasper-ui/pkgs/container/jasper-ui/pr-41 |
d257672
to
f7ecab3
Compare
6f61968
to
e5c8167
Compare
aec68d1
to
f05a957
Compare
78a93a5
to
bd72989
Compare
ccd554a
to
4169f8a
Compare
201563b
to
01b3939
Compare
a8550ba
to
eef9a05
Compare
0210f78
to
ec0b69b
Compare
No description provided.