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

seems to be watching other extensions #7

Open
ezpuzz opened this issue Mar 28, 2019 · 3 comments
Open

seems to be watching other extensions #7

ezpuzz opened this issue Mar 28, 2019 · 3 comments

Comments

@ezpuzz
Copy link
Contributor

ezpuzz commented Mar 28, 2019

strange error:

Build Error (broccoli-persistent-filter:GraphQLFilter)

ENOENT: no such file or directory, lstat '/Volumes/RAMDisk/broccoli-66933e1XKQk9MrS7O/out-700-funnel/maestro/styles/modals.scss'


Stack Trace and Error Report: /Volumes/RAMDisk/error.dump.8e0dcf69bc3d32547f1147716edc3a28.log

why would this be concerned with a scss file?

@buschtoens
Copy link
Contributor

broccoli-persistent-filter takes in an input node, in this case the full app tree, and then filters out the file types. It seems that for some reason, the input node got corrupted. Since it's on a RAMDisk, there might be some volatility involved.

Does this error occur frequently for you?

@ezpuzz
Copy link
Contributor Author

ezpuzz commented Mar 29, 2019

ah I see, yes I deleted that file and then the error occurred, so it's because we pass the entire app tree to the filter.

@jgwhite
Copy link
Contributor

jgwhite commented Apr 27, 2020

#13 should address the error we see when deleting files.

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

No branches or pull requests

3 participants