Skip to content

command line argument --exclude is not considered  #667

@carlo-colombo

Description

@carlo-colombo

I have tried with different type of parameters (glob, no glob, absolute, relative ) and every time the option is ignored, a log about the changed file is issued and the browser refresh the page.

this is the commands I am running
browser-sync start --files '*.js' --exclude toignore.js --server --no-open
browser-sync start --files '*.js' --exclude 'toignore*' --server --no-open
browser-sync start --files '*.js' --exclude /tmp/test-bs/toignore.js --server --no-open

Am I doing something wrong?

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