fixed javascript

This commit is contained in:
Carsten Brandt
2014-01-06 01:16:25 +01:00
parent c02a60018f
commit b9c1eff373
5 changed files with 49 additions and 30 deletions

View File

@@ -76,7 +76,7 @@ abstract class Renderer extends BaseRenderer implements ViewContextInterface
}
$this->_view->assetManager = new AssetManager([
'basePath' => $assetPath,
'baseUrl' => '/assets',
'baseUrl' => './assets',
]);
}
return $this->_view;