Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Add ability to select tasks to run with live-dev #170

@s-KaiNet

Description

@s-KaiNet

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions