@@ -33,8 +33,8 @@ |
||
| 33 | 33 | |
| 34 | 34 | foreach (['bootstrap-main', 'bootstrap-alt'] as $file) { |
| 35 | 35 | file_put_contents( |
| 36 | - self::RESOURCES_GENERATED . '/' . $file . '.css', |
|
| 37 | - $scss->compile('/*! Do not edit this auto-generated file! */ @import "' . $file . '";')); |
|
| 36 | + self::RESOURCES_GENERATED.'/'.$file.'.css', |
|
| 37 | + $scss->compile('/*! Do not edit this auto-generated file! */ @import "'.$file.'";')); |
|
| 38 | 38 | } |
| 39 | 39 | } |
| 40 | 40 | } |