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

Allow comments in Angular.json #315

Merged
merged 5 commits into from
Feb 20, 2020
Merged

Conversation

SanderElias
Copy link
Contributor

This PR will allow for comments to be in the angular.json

ISSUES CLOSED: #307

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Other... Please describe:

What is the current behavior?

Scully errors out when there are comments in the angular.json

Issue Number: N/A

What is the new behavior?

It allows those comments while still able to parse the json

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This PR will allow for comments to be in the angular.json

ISSUES CLOSED: #307
use function to get the angular path
Return the read config on first invocation
@jorgeucano jorgeucano merged commit 3e93dec into master Feb 20, 2020
@jorgeucano jorgeucano deleted the sander/AngularJsonComments branch February 20, 2020 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular.json with comments fails scully build
2 participants