Thanks for this useful tutorial. I've just decided it's not worth to include whole new bundle to just use Bootstrap in Symfony, so I really appreciate that you have written this post.
However there are 2 bugs I've discovered including Bootstrap to Symfony (ver. 2.5.8):
You have to first include jQuery and then Bootstrap JS files.
Somehow if I've used Bootstrap version 3.2 there was some issue loading "bootstrap-theme.css.map" but I've handled this by requiring Bootstrap 3.* (so newest version - 3.3.1 as for now) which helped immediately.
Thanks for this useful tutorial. I've just decided it's not worth to include whole new bundle to just use Bootstrap in Symfony, so I really appreciate that you have written this post.
However there are 2 bugs I've discovered including Bootstrap to Symfony (ver. 2.5.8):
You have to first include jQuery and then Bootstrap JS files.
Somehow if I've used Bootstrap version 3.2 there was some issue loading "bootstrap-theme.css.map" but I've handled this by requiring Bootstrap 3.* (so newest version - 3.3.1 as for now) which helped immediately.