Closed texastoland closed 8 years ago
Have a sample repo you can throw up? We use that setup at work and don't have any issues. Not sure what might be tripping you up.
Emailed it!
The project I sent worked perfectly this morning 😐 The only difference is I stripped out 100 MB of static resources from the just-copy
path. Similar issue to throttle
? Working around.
Will be a day or three before I can take a look. Swamped at work.
I was copying the entire Ext JS archive using just-copy
and stream-copy
. Error vanished once I stripped down my static files around 25 MB I'm using for the Theme Viewer demo. Works for me. That volume of files is probably a rare use case.
We are talking about the SASS compilation error?
The stack trace originates in the CSScompiler
used by mimosa-sass
.
I've been struggling with this for hours: using
mimosa-sass
withnode-sass
(although disabling it didn't help) I get an error inCSSCompiler
duringwatch
that there is no#includeToBaseHash
. When I set breakpoints#_processWatchedDirectories()
is never called to initialize it.Config
Stack trace