Skip to content

Commit

Permalink
Init filesByUrl correctly with configredo
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Mar 6, 2013
1 parent 6ce75b3 commit 6d5ef9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/docpad.coffee
Expand Up @@ -923,6 +923,7 @@ class DocPad extends EventEmitterEnhanced
@exchange = {}
@pluginsTemplateData = {}
@instanceConfig = {}
@filesByUrl = {}
@locales = balUtil.dereference(@locales)
@userConfig = balUtil.dereference(@userConfig)
@initialConfig = balUtil.dereference(@initialConfig)
Expand Down

0 comments on commit 6d5ef9d

Please sign in to comment.