SunshinePHP, Feb 8th 2013 © David Buchmann, Liip AG
David is a senior developper at Liip SA, specializing in Symfony2. He happens to also be a certified Scrum Master and sometimes enjoys doing the scrum master or product owner role for a project.
Liip is doing custom web development with PHP in Switzerland.
Jordi Boggiano
Understand the effects of your changes.
Donald E. Knuth
# layout.html.twig @@ -6,8 +6,6 @@ {% include 'DbuCoreBundle::stylesheets.html.twig' %} - {% include 'DbuCoreBundle::javascripts.html.twig' %} <link rel="shortcut icon" href="{{ asset('favicon.ico') }}" > </head> @@ -91,5 +89,11 @@ </div> + {# javascript at the bottom: browser waits with rendering + until all files referenced before are loaded + #} + {% include 'DbuCoreBundle::javascripts.html.twig' %} </body>