Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(build): correct in buildConfig.js
Browse files Browse the repository at this point in the history
Closes #981.
  • Loading branch information
ThomasBurleson committed Dec 18, 2014
1 parent 6397040 commit 6caccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/processors/buildConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var exec = require('child_process').exec;
module.exports = function buildConfigProcessor(log) {
return {
$runBefore: ['rendering-docs'],
$unAfter: ['indexPageProcessor'],
$runAfter: ['indexPageProcessor'],
$process: process
};

Expand Down

0 comments on commit 6caccf7

Please sign in to comment.