Bootstrap 3 assets live within dist, not docs/assets/ #128
Closed
Description
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.
Metadata
Assignees
Labels
No labels