Skip to content

[Dropzone] Cannot build, style.css missing #657

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

Closed
aleho opened this issue Jan 23, 2023 · 1 comment · Fixed by #661
Closed

[Dropzone] Cannot build, style.css missing #657

aleho opened this issue Jan 23, 2023 · 1 comment · Fixed by #661

Comments

@aleho
Copy link
Contributor

aleho commented Jan 23, 2023

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:

"autoimport": {
"@symfony/ux-dropzone/src/style.css": true
}

Did you intend to remove that CSS file completely? Or should it be copied to the dist folder instead?

@weaverryan
Copy link
Member

Thanks for the report - fixed in #661 :)

weaverryan added a commit that referenced this issue Jan 25, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants