meteor-jade-handlebars
meteor-jade-handlebars copied to clipboard
Support for windows? Jade compiler error: Cannot read property 'length' of undefined
I'm on a windows machine. I've so far managed to use most meteorite packages by following the instructions here (www.discovermeteor.com/2013/03/20/using-meteor-and-atmopshere-on-windows/)
When i run 'meteor' on my project with .jade files, I'm getting this error:
While building the application: client\todos.jade: Jade compiler error: Cannot read property 'length' of undefin ed => Your application has errors. Waiting for file change. Terminate batch job (Y/N)?
I tried to use this new fork too -> https://github.com/kynan/meteor-jade-handlebars/tree/refactor-for-meteor-0.6.5
Same problem.
@SimonDegraeve @kynan any thoughts?
I further tested this in my Linux machine, it works perfectly in my Linux but fails with the above mention error on windows.