zedgu/ovenware

Doesn't work properly on Windows

Closed this issue · 5 comments

The problem is mainly due to the use of regular expression to replace part of the file path. In loader.js:

paths[file.replace(new RegExp('^' + path.resolve(root) + '/'), '').replace(/.js$/, '').toLowerCase()] = file;

I have no Windows PC for now, can u fix this problem for me?
or I'll check this problem later.

Please check v0.1.3.
It should be ok for windows i guess

Thanks! I'll tell my colleague (I don't have Windows PC either :) ).

On Thu, Mar 19, 2015 at 7:21 PM, Zed Gu notifications@github.com wrote:

Please check v0.1.3.
It should be ok for windows i guess

Reply to this email directly or view it on GitHub
#1 (comment).

zedgu commented

I just published v0.2.0,it fixed windows issues i think.

Issues are resolved on Win7 x64