-
Notifications
You must be signed in to change notification settings - Fork 12k
feat(build production): introduce the production build #329
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
Conversation
I'm not sure if this is the best approach. I was trying to create the /cc @angular/angular-cli-team |
Looks good but Angular2App was changed significantly this weekend |
I'll update it accordingly today. |
e50f8e8
to
7febeb3
Compare
Cool. LGTM :) We'll need to improve a LOT but this is a good first step. |
4cd01e1
to
5f37828
Compare
You'll have to rebase again. We're getting closer though. I can help with the rest :) |
I'll do that soon :) |
5f37828
to
85fd073
Compare
@method _getDotfilesTree | ||
@return {Tree} The dotfiles exclusion tree. | ||
*/ | ||
Angular2App.prototype._getDotfilesTree = function () { |
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.
The purpose of this is more _getPublicTree
.
Very good. A few nits. Could you also squash your commits into 1? I think this is very close to being done. |
85fd073
to
a058996
Compare
LGTM. |
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. |
For production build:
Missing:
Closes #41