Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Windows Support #29

Open
eaplatanios opened this issue Jan 8, 2012 · 1 comment
Open

Windows Support #29

eaplatanios opened this issue Jan 8, 2012 · 1 comment

Comments

@eaplatanios
Copy link

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

@abstraktron
Copy link

This worked instead for me:

var path = expand(root, name.replace('/','\" + join('','')[1] + "')).replace('/','\" + join('','')[1] + "')

git comment tool messed this up

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants