Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify source location for templates #410

Merged
merged 5 commits into from
Oct 3, 2018
Merged

Conversation

crwilcox
Copy link
Contributor

As nodejs-storage uses typescript, specify the source location of common templates to be /build/

Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion)

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

As nodejs-storage uses typescript, specify the source location of common templates to be /build/
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 24, 2018
@ghost ghost assigned crwilcox Sep 24, 2018
.eslintrc.yml Outdated
@@ -11,5 +11,3 @@ rules:
block-scoped-var: error
eqeqeq: error
no-warning-comments: warn
no-var: error

This comment was marked as spam.

@@ -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')

This comment was marked as spam.

@ghost ghost assigned JustinBeckwith Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants