-
Notifications
You must be signed in to change notification settings - Fork 99
Provision to use options add
and dest
in schema.json
#114
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
Comments
Hmm... I see your point. Are you sure, that you really would want to use the But you are right, the new Recommended solution:
Generally I'm not sure if there is a perfect solution for your setup. IMHO |
My workaround for working with Multi-projects in a single Repository:
I believe with standalone program, you mean using Is there a way I could use the standalone program in a way that would not create a new instance of gh-pages each time? This will help me to avoid editing the Thank you once again. |
Yes, I would suggest that you compile everything before, so that all projects are in the |
Alright. but the issue is if i do that then it is creating the gh-pages afresh. (It will remove all the other projects code and only publish only the recent one). Also the 404.html is not created as it does not consider dist/ as a valid angular cli project. |
Ok, I will re-introduce the |
I see this issue is still open. Has there been any discussion on adding the (to the standalone program at least) |
I added a This option overrides the directory for all published sources, relative to the current working directory. The normal logic with buildTargets and conventions is ignored in this case. See #179 Do you still need |
Is there a way we can use the
add
option to only allow modified files to be written to thegh-pages
branch? This feature is available in gh-pagesSince I want to host multiple angular projects from the same github repository, whenever I run the
ng deploy
it creates a fresh output.On similar lines, I wanted to use the
dest
option to ensure that all commits togh-pages
branch occur on the respective project (/project-name/All-files) and not on the root directory (/All-files).Any workaround or guidance will really help!
The text was updated successfully, but these errors were encountered: