removed static tracker files
Co-authored-by: Vinicius Brasil [email protected]
This PR aims to remove the generated static priv/tracker/js/*.js files from Git.
Changes
...
Tests
- [x] This PR does not require tests
Changelog
- [x] This PR does not make a user-facing change
Documentation
- [x] This change does not need a documentation update
Dark mode
- [x] This PR does not change the UI
BundleMon
Unchanged files (7)
| Status | Path | Size | Limits |
|---|---|---|---|
| :white_check_mark: | static/css/app.css |
515.19KB | - |
| :white_check_mark: | static/js/dashboard.js |
295.97KB | - |
| :white_check_mark: | static/js/app.js |
12.13KB | - |
| :white_check_mark: | static/js/embed.host.js |
5.58KB | - |
| :white_check_mark: | static/js/embed.content.js |
5.06KB | - |
| :white_check_mark: | tracker/js/plausible.js |
748B | - |
| :white_check_mark: | static/js/applyTheme.js |
314B | - |
No change in files bundle size
Final result: :white_check_mark:
View report in BundleMon website ➡️
Have you tested whether the final Docker image works correctly?
One way to verify would be:
- Deploy this PR to the staging.srv.plausible.io server
- Hit it with
curlto make sure all the tracker files are still available
I'm asking because the build steps are different for local development vs prod Docker image. Need to make sure both work
I know you didn't change how the Dockerfile is build but still worth testing I think
Have you tested whether the final Docker image works correctly?
One way to verify would be:
1. Deploy this PR to the staging.srv.plausible.io server 2. Hit it with `curl` to make sure all the tracker files are still available
We tested it with @vinibrsl. Deployed to staging and the files were generated nicely. We're planning to deploy it tomorrow.
Nice, let's do it!