Clark Nelson
Clark Nelson
I was receiving this message after adding new code to the build. I ran `npm update` to set sass-brunch to 2.10.8. After that update the compile completes in normal time,...
Switching to another code base is not a solution to the problem. Brunch is designed to be easy to use, minimal or no configuration. Webpack is designed for maximum customizability,...
I ran `npm update` which set sass-brunch at 2.10.8 After updating I no longer had a hanging compile process, it correctly output the error message "File to import not found...
@paulmillr sass-brunch was at 2.10.4 and there was an import statement in my code that did not resolve correctly. this may be enough to reproduce the error. I believe exactly...
@anildigital are you still experiencing this issue? It was no longer an issue for me after updating from `2.10.4` to `2.10.8`. I got an actual error message instead of multiple...
Hi @GabrieleSuzart, not sure exactly what you are asking. Here are the steps i've taken to modify repos like this: 1. Fork the repo 2. Clone the repo to your...
Quick guess: you have a file path wrong in the configuration Clark Nelson Web Design and Development https://clarknelson.com 630.310.6686 On November 13, 2017 at 2:18:35 PM, MrMchaD ([email protected]) wrote: I...
check nginx config also, I believe when the requests are routed away from `index.php` the script location will be messed up. You might want to track down the normal support...
where is this node module being added to the vendor.js bundle?
I see this line: brunch:list Compiled node_modules/preact/hooks/dist/hooks.js +1ms I'm not an expert but i'll help how ever I can, even just rubber duck... Are you sure all of the compiled...