Skip to content

Improve (speed up) build.dev.watch task #645

@mpetkov

Description

@mpetkov

First off I wanted to say how much I love this seeder. It is very easy to use and follow. One possible improvement that I could suggest would speed up the build.dev.watch task. Currently, no matter what file changes, the entire dev destination gets rebuilt from scratch. So that means that, on average, each change takes about 10-15 seconds to complete. It would be faster if the watch was separated out so that it only updates files that were changes, instead of the whole directory. So if I change something on a css/sass file, only that file should compile and the others (such as build.js.dev) should not. This will make previewing in dev environment faster and less painful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions