Skip to content

Commit

Permalink
docs: Modify source location for templates (googleapis#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored and JustinBeckwith committed Oct 3, 2018
1 parent 3e795af commit 209fdea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'src'
'build'
],
includePattern: '\\.js$'
},
Expand Down
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

logging.basicConfig(level=logging.DEBUG)
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
templates = common_templates.node_library(source_location='build')
s.copy(templates)

0 comments on commit 209fdea

Please sign in to comment.