You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
For wndows support you need to make the following changes on stitch.js:
On line 92:
Change:
var path = expand(root, name)
To:
var path = expand(root, name.replace('/','" + join('','')[1] + "')).replace('/','" + join('','')[1] + "')
And on line 176:
Change:
base = expandedPath + "/";
To:
base = expandedPath + join('','')[1];
Thanks,
Ant0nisS
The text was updated successfully, but these errors were encountered: