-
-
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 |
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: