ng-officeuifabric icon indicating copy to clipboard operation
ng-officeuifabric copied to clipboard

Add ability to select tasks to run with live-dev

Open s-KaiNet opened this issue 9 years ago • 4 comments
trafficstars

Currently live-dev running about 20-30sec. and performs whole build validation (vet, transpile, test, build).
Sometimes some steps might not to be necessary. For example if you developing a new directive, you have tslint plugin and fix all vet errors right in your dev tool, then you probably need only test task, which run quickly, but currently you need to wait the whole validation to finish.
Proposed solution: add ability to select tasks to run, i.e.

gulp live-dev --tasks test serve --specs --dev

This adds flexibility and reduce running time for live-dev.
Currently I'm going to focus on navbar component, if anybody wants to take this one, you can go ahead. Though if this is more important than navbar, I can switched on this temporary, or just shift implementation on a bit later time.

s-KaiNet avatar Feb 06 '16 18:02 s-KaiNet

Hey @s-KaiNet I'll take this on... you're more productive doing components than I am, and I'm working on some process stuff for us, so I'll happily work on this. Got some ideas already that I'll share here in an updated spec...

andrewconnell avatar Feb 11 '16 15:02 andrewconnell

ok, no pb

s-KaiNet avatar Feb 11 '16 22:02 s-KaiNet

I'm going to unassign myself from this... this isn't a small task and I'm working on some higher priority build process stuff for now.

andrewconnell avatar Mar 05 '16 11:03 andrewconnell

Moving this to the backlog... not critical at this time.

andrewconnell avatar May 23 '16 12:05 andrewconnell