Skip to content
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

[Shop][UI] Fix styles path for the shop #6235

Merged

Conversation

pjedrzejewski
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related tickets fixes #X, partially #Y, mentioned in #Z
License MIT

@pjedrzejewski pjedrzejewski added Bug Fix Shop ShopBundle related issues and PRs. UX Issues and PRs aimed at improving User eXperience. labels Sep 28, 2016
@@ -23,7 +23,7 @@ var paths = {
],
sass: [
'../UiBundle/Resources/private/sass/**',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it work? With Sylius installed as single components (not sylius/sylius replacing all the other packages), the UiBundle will be at vendor/sylius/ui-bundle/ and ShopBundle at vendor/sylius/shop-bundle/.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you use Shop/Admin/Api, which all depend on Core, I think we won't recommend using them as standalone components and maybe we even remove their composer.json and recommend depending on sylius/sylius, which solves this and many other problems. Thoughts?

@@ -23,7 +23,7 @@ var paths = {
],
sass: [
'../UiBundle/Resources/private/sass/**',
'ShopBundle/Resources/private/scss/**'
'Resources/private/scss/**'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Side note: we have sass folder in UiBundle and scss here in ShopBundle.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I will clean this up when finalizing the UI.

@michalmarcinkowski michalmarcinkowski merged commit 231ebd7 into Sylius:master Sep 29, 2016
@michalmarcinkowski
Copy link
Contributor

👍

pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
…-styles

[Shop][UI] Fix styles path for the shop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Shop ShopBundle related issues and PRs. UX Issues and PRs aimed at improving User eXperience.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants