-
Notifications
You must be signed in to change notification settings - Fork 12k
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
feat(gh-pages:deploy): add aot and vendor-chunk options for gh-pages:deploy #4073
Conversation
# Conflicts: # packages/angular-cli/commands/github-pages-deploy.ts
Closed in favor of #3776 |
Sorry got it the other way around, wanted to have this one open instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also have to send this options onto the build command, like in #3776:
https://github.com/angular/angular-cli/blob/master/packages/angular-cli/commands/github-pages-deploy.run.ts#L67
aot: options.aot,
vendorChunk: options.vendorChunk
@filipesilva passed the options to the build command |
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. |
There hasn't been movement on pr #3776 If either make it into master the other won't be necessary.
I don't care whose, I just want the feature. related issue #3939
Edit: whoops my fork was way behind from another pr.