Support custom output path for test command#681
Support custom output path for test command#681JonCubed wants to merge 5 commits intoangular:masterfrom JonCubed:patch-1
Conversation
Added output-path flag and reading outputPath default value from angular-cli.json to support custom output paths for test command
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
CLAs look good, thanks! |
Handle case when ngConfig is null or undefined
|
This will not work with If it's the implementation of an |
|
The major issue i'm having is the output path in test is hard coded to dist/, I'm using Visual Studio and ASP.NET Core which uses wwwroot/ as its public folder and I would like for I'm happy to attempt an angular2 add-on for the build and serve command that reads its output path from angular-cli.json instead of .ember-cli and forwards the command options to defaults command in ember. Having to set it in one place is better. |
|
This PR is not the proper solution. Removing as we're going to fix the issue another way, for both |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Proposed changes for #682