Skip to content

Commit

Permalink
Resolves #128 with asset directory naming for Twitter Bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgowanca committed Nov 26, 2013
1 parent 898b175 commit 6fe37dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/AsseticConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function build(array $config)
protected function buildCssWithoutLess(array $config)
{
$inputs = array(
$config['assets_dir'].'/docs/assets/css/bootstrap.css',
$config['assets_dir'].'/dist/css/bootstrap.css',
);

return array(
Expand Down

0 comments on commit 6fe37dd

Please sign in to comment.