@@ -104,7 +104,7 @@ |
||
104 | 104 | $version = self::getAssetVersion($versions, $absolutePath, $config); |
105 | 105 | |
106 | 106 | // Generate output according format argument |
107 | - return Strings::replace($format, '/%([^%]+)%/', function ($matches) use ($basePath, $format, $relativePath, $version) { |
|
107 | + return Strings::replace($format, '/%([^%]+)%/', function($matches) use ($basePath, $format, $relativePath, $version) { |
|
108 | 108 | switch ($matches[1]) { |
109 | 109 | case 'url': |
110 | 110 | return sprintf("%s/%s?v=%s", $basePath, $relativePath, $version); |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'rev-manifest.json', |
19 | 19 | ], |
20 | 20 | 'missingAsset' => 'exception', // exception, notice, or ignore |
21 | - 'missingVersion' => 'ignore', // exception, notice, or ignore |
|
21 | + 'missingVersion' => 'ignore', // exception, notice, or ignore |
|
22 | 22 | ]; |
23 | 23 | |
24 | 24 | public function beforeCompile() |