fix(plugins): fixed failing unit tests, fixes #4280

This commit is contained in:
Torkel Ödegaard
2016-03-07 21:45:49 +01:00
parent f4666df7da
commit d2aaa2211e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ func (fp *FrontendPluginBase) initFrontendPlugin() {
fp.Info.Logos.Large = evalRelativePluginUrlPath(fp.Info.Logos.Large, fp.BaseUrl) fp.Info.Logos.Large = evalRelativePluginUrlPath(fp.Info.Logos.Large, fp.BaseUrl)
for i := 0; i < len(fp.Info.Screenshots); i++ { for i := 0; i < len(fp.Info.Screenshots); i++ {
fp.Info.Screenshots[i].Path = evalRelativePluginUrlPath(fp.Info.Screenshots[i].Path, fp.Id) fp.Info.Screenshots[i].Path = evalRelativePluginUrlPath(fp.Info.Screenshots[i].Path, fp.BaseUrl)
} }
} }

View File

@ -3,7 +3,7 @@
"name": "App Example", "name": "App Example",
"id": "app-example", "id": "app-example",
"staticRoot":" ./public", "staticRoot": ".",
"module": "app", "module": "app",
"pages": [ "pages": [