braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 182 forks source link

Remove bootstrap version comment #431

Open jmeyo opened 8 years ago

jmeyo commented 8 years ago

The bootstrap version (Bootstrap v3.0.0) comment in the twig responsible of generating the bootstrap.less is a bit misleading, for example twitter bootstrap v3.0.x doesn't have the responsive-embed.less file.

Braincrafted/Bundle/BootstrapBundle/Resources/views/Bootstrap/bootstrap.less.twig

Should be the actual version of twitter bootstrap, even better would be that the twig template took care of the different bootstrap version.