Changed name for vendor folder

This commit is contained in:
Torkel Ödegaard
2015-01-20 17:53:20 +01:00
parent 9e6df378c3
commit 4786e0f882
10 changed files with 2 additions and 55 deletions

View File

@@ -181,7 +181,7 @@ func NewConfigContext() {
// PhantomJS rendering
ImagesDir = "data/png"
PhantomDir = "_vendor/phantomjs"
PhantomDir = "vendor/phantomjs"
LogRootPath = Cfg.MustValue("log", "root_path", path.Join(WorkDir, "/data/log"))