I'm working on Symfony2. pq anyone knows my website takes no assets correctly?
I'm working on app.php with $ kernel = new AppKernel ('prod', false);
When I upload the site to the web server but I see the assets. I tried to do this:
assets: installl - symlink web
assets: install web
the install but still the same.
I have also tried to clear the cache and not working.
aradasymfony@ssh:~/www/pfc$ app/console assets:install web
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
Installing assets for mio\mioBundle into web/bundles/miomio
Installing assets for FOS\JsRoutingBundle into web/bundles/fosjsrouting
Installing assets for Acme\DemoBundle into web/bundles/acmedemo
Installing assets for Symfony\Bundle\WebProfilerBundle into web/bundles/webprofiler
Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
paradasymfony@ssh:~/www/pfc$ app/console --env=prod cache:clear
Clearing the cache for the prod environment with debug true
web: http://paradasymfony.alwaysdata.net/pfc/web/login
thanks.