braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.

Home Page:http://bootstrap.braincrafted.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap 3 assets live within dist, not docs/assets/

amcgowanca opened this issue · comments

In the Braincrafted\Bundle\BootstrapBundle\DependencyInjection\AsseticConfiguration class's buildCssWithoutLess specifies the input directory as docs/assets/.... However, this is not correct and the assets actually live within the bundled Twbs directory dist.

This error became apparent during the php app/console assetic:dump with building without Less turned off.