Skip to content

Commit

Permalink
Merge pull request #129 from amcgowanca/bugfix/issue-128
Browse files Browse the repository at this point in the history
Resolves #128 with asset directory naming for Twitter Bootstrap.
  • Loading branch information
Florian Eckerstorfer committed Nov 27, 2013
2 parents e283f8b + 6fe37dd commit ea44734
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 ea44734

Please sign in to comment.