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
Commit 807e0ea removed the src directory containing style.css from the released sources but the package.json still refers to that file to include it in default builds:
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Upgrade ux.symfony.com to UX 2.7
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Tickets | None
| License | MIT
Probably we should do this before each new minor release, as it would have caught things like #657
Everything seems to work great - this also remove SFWExtraBundle
Commits
-------
4f9a9c2 Upgrade ux.symfony.com to UX 2.7
Commit 807e0ea removed the src directory containing
style.css
from the released sources but thepackage.json
still refers to that file to include it in default builds:ux/src/Dropzone/assets/package.json
Lines 15 to 17 in 57deb64
Did you intend to remove that CSS file completely? Or should it be copied to the dist folder instead?
The text was updated successfully, but these errors were encountered: