-
-
Notifications
You must be signed in to change notification settings - Fork 224
Fix demo installation #31
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
Conversation
aaa2000
commented
Sep 17, 2018
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #30 |
License | MIT |
@@ -56,7 +56,7 @@ | |||
"scripts": { | |||
"auto-scripts": { | |||
"cache:clear": "symfony-cmd", | |||
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd", | |||
"assets:install %PUBLIC_DIR%": "symfony-cmd", | |||
"security-checker security:check": "script" |
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 noticed that the Pull Request #24 has removed the command bin/console assets:install
https://github.com/api-platform/demo/pull/24/files#diff-507acfb69e262d39c47cc1a687c1aab4L12 and symbolic links prevent assets loading.
The flex recipe remove now "--relative" and "--symlink" options by default See symfony/recipes#406
Thanks for fixing the demo @aaa2000! |
Wow you are fast, I have a doubt about The command can pollute the output
|
Replaced in api-platform#31
Replaced in api-platform#31