|
@@ -28,7 +28,7 @@ |
|
|
block discarded – undo |
|
28
|
28
|
{ |
|
29
|
29
|
$args = $event->getArguments(); |
|
30
|
30
|
// Also change build.xml if you change the default writeTo path here! |
|
31
|
|
- $writeTo = isset($args['writeTo']) && is_string($args['writeTo'])? $args['writeTo'] : 'src/web/bootstrap-font-awesome.css'; |
|
|
31
|
+ $writeTo = isset($args['writeTo']) && is_string($args['writeTo']) ? $args['writeTo'] : 'src/web/bootstrap-font-awesome.css'; |
|
32
|
32
|
$parser = new Less_Parser(); |
|
33
|
33
|
$parser->setOptions(['relativeUrls' => false, 'compress' => true]); |
|
34
|
34
|
$parser->parseFile('src/web/bundles/core/css/bootstrap-font-awesome.less'); |
Please login to merge, or discard this patch.