Skip to content

Commit

Permalink
build: set correct src path for template (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 6, 2019
1 parent d60f6df commit 094986e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ module.exports = {
plugins: [
'plugins/markdown'
],
markdown: {
idInHeadings: true
},
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-30T00:17:42.829438Z",
"updateTime": "2019-06-06T15:07:10.061716Z",
"sources": [
{
"template": {
Expand Down
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 094986e

Please sign in to comment.