Uh oh!
There was an error while loading. Please reload this page.
Remove jake (hopefully for real this time) - #29085
Conversation
Wesley Wigham (weswigham)
commented
Dec 18, 2018
Oooooo that feeling when you put |
I would like to keep jake around until > gulp
> gulpHas the second invocation run fast, just like jake does today. |
Wesley Wigham (weswigham)
commented
Dec 18, 2018
|
Well... |
This should wait on |
Wesley Wigham (weswigham)
commented
Jan 17, 2019
Ron Buckton (rbuckton)
commented
Feb 13, 2019
Do you need to add the change to support using LKG on CI that we added to jake? |
Wesley Wigham (weswigham)
commented
Feb 13, 2019
I'm doing something a little different - one second, just validating it a bit. |
… accept older baseline style to go with lkgd build
Wesley Wigham (weswigham)
commented
Feb 13, 2019
There we go - rather than disabling lkg on CI (which leads to frustrating test diffs locally), I'm now running a sanity check built/local build on CI only after tests pass. |
Node 6 is now out in favour of node 11, so that's one more obstacle out of the way. |
Wesley Wigham (weswigham)
commented
Feb 13, 2019
Alright, looks like everything is now green. Anyone wanna peek over the CI logs to see that you're OK with the now gulp-based ones and give this the 👍? |
| private typeAcquisition; | ||
| updateGraph(): boolean; | ||
| getExcludedFiles(): readonly NormalizedPath[]; | ||
| getExcludedFiles(): ReadonlyArray<NormalizedPath>; |
There was a problem hiding this comment.
I thought this had already been addressed in #29783?
There was a problem hiding this comment.
I un-addressed it to make the nightlies build again.
Wesley Wigham (weswigham)
commented
Feb 20, 2019
Alright. All build pipelines are on |
Wooo, it‘’s scared me.(bye jake) |
Alex Eagle (alexeagle)
commented
Mar 8, 2019
Wesley Wigham (@weswigham) how do you have incremental builds now? |
Wesley Wigham (weswigham)
commented
Mar 9, 2019
Our gulpfile is shelling out to |
A couple of our build tasks will need to be updated, too; but I think this should be all that's needed in TS itself.