-
Notifications
You must be signed in to change notification settings - Fork 21
fix #92 live logs #93
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
base: main
Are you sure you want to change the base?
Conversation
oallain
commented
Jan 20, 2024
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Fixed issue | #92 |
License | MIT |
0616a70
to
5b5c91e
Compare
92773d7
to
e4e434b
Compare
e4e434b
to
4af25c3
Compare
4af25c3
to
436b012
Compare
cp -R vendor/synolia/sylius-scheduler-command-plugin/install/Application/config/packages/* config/packages/ | ||
cp -R vendor/synolia/sylius-scheduler-command-plugin/install/Application/config/routes/* config/routes/ | ||
|
||
6. Installing assets (JS and CSS) fot the plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6. Installing assets (JS and CSS) fot the plugin | |
6. Installing assets (JS and CSS) for the plugin |
${CONSOLE} sylius:fixtures:load default -n | ||
${YARN} install | ||
${YARN} build | ||
${CONSOLE} assets:install -n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm wondering if composer req
does not already play this command at auto-scripts 🤔
Hello @maxperei Should we keep this PR (update it) and merge it into the Sylius 1.x-compatible version? |