Skip to content

Commit

Permalink
chore(docs): fix glob path for ga injection
Browse files Browse the repository at this point in the history
  • Loading branch information
sebholstein committed Dec 17, 2017
1 parent c0f36cd commit 422e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inject-google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const googleAnalytics = `
</script>
`

glob(__dirname + '/../docs/public/api-docs/agm-*/*.html', null, (err, files) => {
glob(__dirname + '/../docs/public/api-docs/agm-*/**/*.html', null, (err, files) => {
if (err) {
console.log(err);
process.exit(3);
Expand Down

0 comments on commit 422e63b

Please sign in to comment.