-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
update matches different ignore file than build #88
Comments
I guess you want to ignore a folder named Ok, that's a bug because it only check if the path starts with this pattern here |
Exactly. Yeah, I saw |
This function is only needed for update. In I just made a change and now it should work fine. Can you confirm it, please? |
Yep. It does work now. :) Thanks. |
if you have a
example.njk
file and asite.ignore('example')
.lume build
will buildexample.njk
correctly.But if you run
lume build --serve
, it will detect the change, but not rebuild the file, because it will match the ignored list.The text was updated successfully, but these errors were encountered: