Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

refactor rollup usage to utilize rollup watcher for watch command #10

@jonknapp

Description

@jonknapp

Currently, the build command will kick off a single process that spawns new processes for each js file that needs to be processed. If there are multiple files, each is recreated whenever a javascript file changes during the --watch command.

If we refactor the js build command to kick off a rollup-watch or wrollup process per file, we can let the watch process monitor the sources files for recompilation. This is more performent and will make browsersync try to reload files only when there are changes that effect the source file.

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