-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Frontend assets are outdated #15726
Comments
Is this maybe something you'd be interested in, @agriffard? |
Is the workflow intentionally not using paths instead of |
I just copied that from the Main workflow, but it looks correct: we want the workflow to run on all |
@Piedone I am going over all the tagged PR with milestone 1.9. Why would this issue block 1.9? I mean we should be able to ship 1.9 without this issue, right? I think this one should be tagged with |
Currently, we don't know how much the C# and Razor code is not in sync with JS and CSS. Bugs that are supposed to be fixed might not work, or we might have code with the opposite in the source files and the asset files (we've seen that). So I don't think we should ship 1.9 without this, no. |
BTW I went through the recent bug issues without a milestone, looking for regressions since 1.8 (because those we should all fix before 1.9) but couldn't find any new ones. |
That referenced PR was merged. Do we still need to run |
That PR merged the |
Describe the bug
The
assets_validation
workflow didn't catch this, because it has a bug, but if you build the frontend assets then there will be changed files. This means that when you run OC, the client-side assets are actually outdated.See a correctly failing
assets_validation
here.Once #15619 is merged,
assets_validation
will be fixed.To Reproduce
In the root of the repo:
npm install
gulp rebuild
Expected behavior
No files changed.
Also, we should run
assets_validation
as a CI workflow too, this shouldn't be just on-demand. So, add the following triggers to it:Screenshots
The text was updated successfully, but these errors were encountered: