-
Notifications
You must be signed in to change notification settings - Fork 18
Haml-coffee error on Windows #32
Comments
Wait, I might've jumped the gun there in thinking it's related to haml-coffee#90. |
Could someone comment on this? Since Atom is going to support Windows, will this be sorted too? I plan on using biscotto on a few projects (starting now) via a gulp-biscotto (GulpJS) plugin I'd create for it. It seems like a small problem. I think the parsing and everything is fine but it's just a small bug in rendering the templates, the last step. |
@gjtorikian Any thoughts on this? |
Sorry for not getting to this, I was away on vacation. @adam-lynch It took me a while to set up my Windows VM and this project but I finally got it working and reproduced the problem. I've got a fix, will close this out and publish the new Biscotto 🔜. |
Thanks @gjtorikian :). Will try soon. |
@gjtorikian This fix doesn't seem to be published to npm. |
@adam-lynch Whoops! Right you are! I've just pushed to 2.1.2. |
I'm testing doc generation on Windows. This my file:
I get the following error:
Changing the references from
partials/*
to./partials/*
doesn't change the result.It might be something to do with haml-coffee#90 but as defined in the
package.json
, mycoffee-script
version is1.6.2
.1.6.3
doesn't help either. I tried upping thehaml-coffee
version from0.6.0
to1.14.1
(mentioned in that issue) but still no luck.cc @nathansobo
The text was updated successfully, but these errors were encountered: