diff --git a/.jsdoc.js b/.jsdoc.js index 67169f66..f9a77c74 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -31,7 +31,7 @@ module.exports = { source: { excludePattern: '(^|\\/|\\\\)[._]', include: [ - 'src' + 'build/src' ], includePattern: '\\.js$' }, diff --git a/synth.py b/synth.py index 720c859f..514ee88f 100644 --- a/synth.py +++ b/synth.py @@ -4,5 +4,5 @@ logging.basicConfig(level=logging.DEBUG) common_templates = gcp.CommonTemplates() -templates = common_templates.node_library() +templates = common_templates.node_library(source_location='build/src') s.copy(templates)