jescalan / roots

a toolkit for rapid advanced front-end development
http://roots.netlify.com/
Other
1.45k stars 132 forks source link

roots watch throws weird error #679

Open Gioni06 opened 9 years ago

Gioni06 commented 9 years ago

When I run roots watch i get an weird jade compiler error.

'' [Error: Error: /Users/Jonas/Documents/Development/OYGO/qsc-airqoo- update/assets/css/_partials/scroll-top.less:1

'' 1| extends layout-single '' 2| '' 3| block meta '' 4| meta(name='description', content='#{config.glossarItem.description}') '' '' ENOENT, no such file or directory '/Users/Jonas/Documents/Development/OYGO/qsc-airqoo-update/assets/css/_partials/layout-single.jade']

I don’t understand why it assumes that i have jade code in my less files. I certainly is not the case. I think that there might be some kind of issue during the compile phase.

Does anybody know how i can track down the problem.

roots comile however runs fine without errors.

Thank you for your help.

joeyjoejoejr commented 9 years ago

This is related to #662

joeyjoejoejr commented 9 years ago

You can try running a patched version of roots. That's what I had to do in the meantime.