An exception has been thrown during the compilation of a template ("You must add SiteHomeBundle to the assetic.bundle config to use the {% javascripts %} tag in SiteHomeBundle::layout.html.twig.") in "SiteHomeBundle::layout.html.twig".
求解……
/app/config/config.yml There is an asset configuration section
assetic: # ...其他配置 bundles: []
You can comment out the bundles line, or add your bundle:
#bundles: [] #或 bundles: [SiteHomeBundle]
/app/config/config.yml There is an asset configuration section
You can comment out the bundles line, or add your bundle: