Skip to content

Commit

Permalink
added baseDir for caching purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinJoyce committed Aug 12, 2016
1 parent 147d15f commit 0ce5cfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ module.exports = {

registry.add('htmlbars-ast-plugin', {
name: 'remove-configuration-html-comments',
plugin: RemoveConfigurationHtmlComments()
plugin: RemoveConfigurationHtmlComments(),
baseDir: function() {
return __dirname;
}
});
}
};

0 comments on commit 0ce5cfb

Please sign in to comment.