Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot glob a file outside of CWD #2179

Closed
onigoetz opened this issue Oct 2, 2023 · 1 comment
Closed

Cannot glob a file outside of CWD #2179

onigoetz opened this issue Oct 2, 2023 · 1 comment

Comments

@onigoetz
Copy link
Member

onigoetz commented Oct 2, 2023

Due to a change in gulpjs/glob-stream#118

    theme: {
      source: "../theme-src/css/theme.scss", // no file is found
      filename: "theme.min.css",
      watch: [
        "css/**/*.scss",
        "css/**/*.css",
        "../theme-src/css/**/*.scss",
        "../theme-src/css/**/*.css"
      ]
    },
@onigoetz
Copy link
Member Author

must change the build configuration, there is nothing we can do at the gulp level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant