Skip to content
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

build: fix serve task #3794

Merged
merged 2 commits into from
Mar 29, 2017
Merged

Commits on Mar 26, 2017

  1. build: fix serve task

    * Currently when serving the dev-app or e2e-app and chanages are recognized, the library task will run. This task clears the whole `dist/` and rebuilds then.
    
    * This is problematic because sometimes only the library will be rebuilt and for example the `dev-app` won't be rebuilt. After the task ran, the `dev-app` is removed and the serve task will crash.
    devversion committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    97d31e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    af49563 View commit details
    Browse the repository at this point in the history