@@ -59,7 +59,7 @@ |
||
59 | 59 | $bundle->sourcePath, |
60 | 60 | true |
61 | 61 | ); |
62 | - $this->manifestPath = Craft::getAlias($bundle->sourcePath) . '/manifest.json'; |
|
62 | + $this->manifestPath = Craft::getAlias($bundle->sourcePath).'/manifest.json'; |
|
63 | 63 | $this->serverPublic = $baseAssetsUrl; |
64 | 64 | } |
65 | 65 | } |