Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update PugAsset.js (#1396)
  • Loading branch information
buckle2000 authored and devongovett committed May 20, 2018
1 parent 33ed913 commit 15eb885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/PugAsset.js
Expand Up @@ -32,7 +32,7 @@ class PugAsset extends Asset {
}
}

return compiled();
return compiled(config.locals);
}
}

Expand Down

0 comments on commit 15eb885

Please sign in to comment.