braincrafted/bootstrap-bundle

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

amcgowanca opened this issue · 0 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.