You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, you moved a file to the dist folder on patch version: 0.4.4...0.4.5
This is completely BC break. For my case, my asset compiler broke because of a not found file:
[RuntimeException]
The source file "/code/app/../web/assets/lib/filer.js/src/filer.min.js" does not exist.
If you follow semver conventions, this kind of things should be done on a major version for a stable project or a minor for an unstable 0.x one (this is your case AFAIK), but never on a patch version.
This is OK now and I hope this issue will help people searching why the new patch version is not working anymore.
Thank you fore reading and considering this issue. 😉
Regards
The text was updated successfully, but these errors were encountered:
Apparently, you moved a file to the
dist
folder on patch version: 0.4.4...0.4.5This is completely BC break. For my case, my asset compiler broke because of a not found file:
If you follow semver conventions, this kind of things should be done on a major version for a stable project or a minor for an unstable
0.x
one (this is your case AFAIK), but never on a patch version.This is OK now and I hope this issue will help people searching why the new patch version is not working anymore.
Thank you fore reading and considering this issue. 😉
Regards
The text was updated successfully, but these errors were encountered: