Uh oh!
There was an error while loading. Please reload this page.
feat(build production): introduce the production build - #329
Conversation
cironunes
commented
Mar 20, 2016
I'm not sure if this is the best approach. I was trying to create the /cc @angular/angular-cli-team |
hansl
commented
Mar 21, 2016
Looks good but Angular2App was changed significantly this weekend |
cironunes
commented
Mar 21, 2016
I'll update it accordingly today. |
e50f8e8 to
7febeb3Comparehansl
commented
Mar 24, 2016
Cool. LGTM :) We'll need to improve a LOT but this is a good first step. |
4cd01e1 to
5f37828Comparehansl
commented
Mar 29, 2016
You'll have to rebase again. We're getting closer though. I can help with the rest :) |
cironunes
commented
Mar 30, 2016
I'll do that soon :) |
5f37828 to
85fd073Compare| @method _getDotfilesTree | ||
| @return {Tree} The dotfiles exclusion tree. | ||
| */ | ||
| Angular2App.prototype._getDotfilesTree = function () { |
There was a problem hiding this comment.
The purpose of this is more _getPublicTree.
hansl
commented
Apr 3, 2016
Very good. A few nits. Could you also squash your commits into 1? I think this is very close to being done. |
85fd073 to
a058996Comparehansl
commented
Apr 3, 2016
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