Skip to content

Commit

Permalink
Update ScriptHandler.php
Browse files Browse the repository at this point in the history
Fix new twitter boostrap bundle path.
  • Loading branch information
Stefano Terenzi committed Jul 30, 2013
1 parent d6af7c6 commit 8b9317d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static function postInstallSymlinkTwitterBootstrap(Event $event)
$composer = $event->getComposer();
$cmanager = new ComposerPathFinder($composer);
$options = array(
'targetSuffix' => DIRECTORY_SEPARATOR . "Resources" . DIRECTORY_SEPARATOR . "bootstrap",
'targetSuffix' => DIRECTORY_SEPARATOR . "Resources" . DIRECTORY_SEPARATOR . "twbs",
'sourcePrefix' => '..' . DIRECTORY_SEPARATOR
);
list($symlinkTarget, $symlinkName) = $cmanager->getSymlinkFromComposer(
Expand Down Expand Up @@ -59,4 +59,4 @@ public static function postInstallSymlinkTwitterBootstrapSass(Event $event)
}
$IO->write(" ... <info>OK</info>");
}
}
}

0 comments on commit 8b9317d

Please sign in to comment.