Closed cbornhoft closed 9 years ago
Realized it wasn't the -css-dir
breaking this, as that should be a /tmp
directory file. However still getting the build error.
The solution was to manually clear the /tmp
directory. Seems the compiler was stuck on a particular file (why I'm not sure, maybe someone can shed some light). Once the directory was cleared and the ember server restarted, it builds as expected!
This error randomly started without any changes to the compiler or options. Now when using
ember build
this is the error that pops up:That's the entire error.
I've tried
npm uninstall --save-dev ember-cli-compass-compiler
and then reinstalling it, but this still produces the compilation error.Anything else I can do to reset the compiler?