Does excluded_dirs even work correctly? #4

Closed
opened 2025-10-02 23:50:39 -05:00 by zoeissleeping · 1 comment

if you have a zqdgr.config.json like this:

{
    "name": "goApp",
    "scripts": {
        "generate": "go generate ./src/",

        "dev": "zqdgr generate; PASSPORT_DEV_MODE=true go run src/main.go",
        "build": "zqdgr generate && go build src/main.go",
    },
    "pattern": "src/**/*.{go,hbs,css,js,svg,png,jpg,jpeg,webp,woff2,ico,webp}",
    "exclude_dirs": ["src/assets/styles"],
    "shutdown_signal": "SIGINT"
}

If you update a file in src/assets/styles the watcher is still triggered

if you have a zqdgr.config.json like this: ``` { "name": "goApp", "scripts": { "generate": "go generate ./src/", "dev": "zqdgr generate; PASSPORT_DEV_MODE=true go run src/main.go", "build": "zqdgr generate && go build src/main.go", }, "pattern": "src/**/*.{go,hbs,css,js,svg,png,jpg,jpeg,webp,woff2,ico,webp}", "exclude_dirs": ["src/assets/styles"], "shutdown_signal": "SIGINT" } ``` If you update a file in src/assets/styles the watcher is still triggered
Author
Owner

there is an obvious typo. This will now throw an error in the next release of ZQDGR.

there is an obvious typo. This will now throw an error in the next release of ZQDGR.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: zoeissleeping/zqdgr#4
No description provided.