Skip to content

Multiple files checking speed issue #22

@XhmikosR

Description

@XhmikosR

When checking multiple files, I notice that gulp-html spawns a new Java process for each file. This is far from optimal and it's super slow with a big number of HTML files.

You should gather the source files and pass all of them in one Java process. Here's how grunt-html does this.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions