Skip to content

Commit 821b70f

Browse files
committed
EQPS-416: magento-semver doesn't work correctly as standalone application
- Added bootstrap.min.css - Altered pathing in CompareSourceCommand to load bootstrap.min.css from src
1 parent a889517 commit 821b70f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Console/Command/CompareSourceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private function validateAllowedLevel($input)
212212
*/
213213
private function getHtmlHeader()
214214
{
215-
$css = file_get_contents(__DIR__ . '/../../../../../../build/core_dev/bootstrap.min.css');
215+
$css = file_get_contents(__DIR__ . '/../../build/core_dev/bootstrap.min.css');
216216

217217
return <<<HEADER
218218
<!DOCTYPE html>

src/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)