Uh oh!
There was an error while loading. Please reload this page.
Support custom output path for test command - #681
Conversation
Added output-path flag and reading outputPath default value from angular-cli.json to support custom output paths for test command
googlebot
commented
May 8, 2016
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.
|
googlebot
commented
May 8, 2016
CLAs look good, thanks! |
Handle case when ngConfig is null or undefined
hansl
commented
May 11, 2016
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. |
hansl
commented
May 13, 2016
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