-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
assets are not loading after installation #1500
Comments
Seems like there is some syntax error in a "content.js" in your code. But the sourcemaps error is apparent upon every fresh installation of the demo. Sources get loaded, but sourcemaps are not. |
We don't have any |
I tried again, and when I choose to run:
|
I can reproduce it with But should the demo still "supports" the build in php server, as it was removed from the symfony documentation since 3.4 (symfony/symfony-docs#11567) ? |
This is how I set this up now: composer create-project symfony/symfony-demo==2.5.1 symfony-demo
echo "APP_ENV=prod" > symfony-demo/.env.local
cd symfony-demo
composer install
php bin/console asset-map:compile Hopefully that helps someone. the key is |
I tried to use the Symfony Demo project as a translation template for another project. I managed to make it work partially in the sense that the pages are translated but the language selection button does not open the modal with the languages. In the code inspector I can see the links with the translation languages for each page on all pages. Is there any documentation to implement the same translation system because I failed to integrate my project into the Symfony Demo project, so I tried to insert the translation from the Symfony Demo project into my project. |
Tried all the possibilities to install Symfony Demo (with symfony and composer) but when start Symfony Demo website, assets are not loaded.
The text was updated successfully, but these errors were encountered: