-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Update the_big_picture.rst #5034
Conversation
@oldskool Actually I think we should better change the URL to be |
@xabbuh the built-in server is used, which will always be in dev env unless you use |
@wouterj Hm, yes you're right. But why should it be needed at all then to manually install assets? |
@xabbuh I need to do it quite often too. Most of the time, because the composer scripts fail at clearing the cache on installation, the script that installs the assets is then no longer executed. |
Any idea why this is failing on some systems? |
No clue, running this PHP version on Windows 7 if it's of any help:
|
Then let's merge this imo. It does not hurt and it may help people. @oldskool Can you please rebase your PR? |
@xabbuh Done. |
👍 |
|
||
.. code-block:: bash | ||
|
||
$ php app/console assets:install web |
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.
shouldn't we remove the "web" parameter?
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.
Hmm, I think we should. @oldskool can you please add this change? I promise that we'll merge it after you've done that :)
When following the steps in this documentation, I ended up with this: http://i.imgur.com/nK3XM2B.png Got the suggestion to install the assets on the IRC channel and it did the trick for me. This addition to the docs might help others facing the same problem to make their app look as expected.
@wouterj Done. |
Thanks for the addition and your patience, Jan! It's merged into the 2.3 docs now. |
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5034). Discussion ---------- Update the_big_picture.rst When following the steps in this documentation, I ended up with this: http://i.imgur.com/nK3XM2B.png Got the suggestion to install the assets on the IRC channel and it did the trick for me. This addition to the docs might help others facing the same problem to make their app look as expected. Commits ------- 0676444 Update the_big_picture.rst
When following the steps in this documentation, I ended up with this: http://i.imgur.com/nK3XM2B.png
Got the suggestion to install the assets on the IRC channel and it did the trick for me. This addition to the docs might help others facing the same problem to make their app look as expected.