From d5a51c352c9882d36ac15e74b0c477ff10fcd016 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 6 Jun 2019 08:09:07 -0700 Subject: [PATCH] build: set correct src path for template --- .jsdoc.js | 3 --- synth.metadata | 2 +- synth.py | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.jsdoc.js b/.jsdoc.js index 36d9a515..404f11ef 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -28,9 +28,6 @@ module.exports = { plugins: [ 'plugins/markdown' ], - markdown: { - idInHeadings: true - }, source: { excludePattern: '(^|\\/|\\\\)[._]', include: [ diff --git a/synth.metadata b/synth.metadata index 0a44717f..b8977953 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-05-30T00:17:42.829438Z", + "updateTime": "2019-06-06T15:07:10.061716Z", "sources": [ { "template": { diff --git a/synth.py b/synth.py index 76fcb260..81449f94 100644 --- a/synth.py +++ b/synth.py @@ -3,5 +3,5 @@ import logging logging.basicConfig(level=logging.DEBUG) common_templates = gcp.CommonTemplates() -templates = common_templates.node_library() +templates = common_templates.node_library(source_location='out/src') s.copy(templates)