You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I premise that I don't know if this is a globbing limitation or an issue.
Sadly, It looks like adding src/res/**/*.js as a pass through copy prevents also src/res/scss/*.scss to be compiled.
I wanted to have my SCSS file located at src/res/scss/*.scss to be compiled while watching src/**/* and having src/res/**/*.js as a pass through copy.
Is there a way to prevent this behavior?
I know using src/res/js/**/*.js would work for me, but it's an approximate solution.
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Operating system
Windows 10 22H2
Eleventy
v3.0.0
Describe the bug
I premise that I don't know if this is a globbing limitation or an issue.
Sadly, It looks like adding
src/res/**/*.js
as a pass through copy prevents alsosrc/res/scss/*.scss
to be compiled.Reproduction steps
Run
npx @11ty/eleventy --serve --port=8080
Modify any scss file inside
src/res/style/
Expected behavior
I wanted to have my SCSS file located at
src/res/scss/*.scss
to be compiled while watchingsrc/**/*
and havingsrc/res/**/*.js
as a pass through copy.Is there a way to prevent this behavior?
I know using
src/res/js/**/*.js
would work for me, but it's an approximate solution.Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: