Skip to content

Config based on file extensions instead of profiles #5

Closed
@RobertLang

Description

@RobertLang

Hi,
we just recently discovered your project and it has helped us already in fixing those watcher issues under MacOS and Docker.
Unfortunately the profile definitions are a bit limited and are always missing the one or the other file type (for example *.scss in magento2)

So I would suggest to extend the configuration file to provide some sort ruleset for watched file extension:


watch:

  • dir: /tmp/watch1
  • dir: /tmp/watch2
    extensions:
  • "*.scss"
  • "*.js"
  • "*.twig"

I think this would make it easier to specifically watch the files needed for different technology types instead of having to watch all files if none of the given profiles match.

Thanks for considering,
Robert

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions