Skip to content

Commit

Permalink
Merge pull request #467 from RoCat/master
Browse files Browse the repository at this point in the history
fix assetsDir path
  • Loading branch information
gotwarlost committed Nov 24, 2015
2 parents 6eb3e82 + 8883845 commit e9f4f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module.exports = {
//undocumented
TreeSummarizer: require('./lib/util/tree-summarizer'),
//undocumented
assetsDir: path.resolve(__dirname, 'lib', 'vendor')
assetsDir: path.resolve(__dirname, 'lib', 'assets')
};


0 comments on commit e9f4f88

Please sign in to comment.