Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Refactor generate.js to use fs instead of bash commands #57

Open
ashryanbeats opened this issue Jul 16, 2015 · 1 comment
Open

Refactor generate.js to use fs instead of bash commands #57

ashryanbeats opened this issue Jul 16, 2015 · 1 comment
Labels

Comments

@ashryanbeats
Copy link
Member

ashryanbeats commented Jul 16, 2015

Bash commands are not compatible with Windows and non-POSIX systems.

@Newms34
Copy link
Contributor

Newms34 commented Apr 1, 2016

Made some changes to generate.js (and submitted pull request). It should work now, tho I'm admittedly not using fs. There seems to be issues with Windows and using multiple 'delete directory'-type commands in one line. In other words,
fs.rmdir('.\folderOne\ .\folderBlue\')
doesn't seem to work. Unless I'm missing something!

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

No branches or pull requests

2 participants