Ensure it works on Windows
devinivy opened this issue · 6 comments
devinivy commented
Mostly need to make sure we construct paths correctly. I know this is an issue right now.
mattboutet commented
I can take this one. I think it should just be a matter being sure to use Path.xx instead of trying to construct paths by hand.
devinivy commented
We may also need to resolve devinivy/haute#2
mattboutet commented
I've verified that this works on Win7, no code changes necessary. I'll check again once the haute-couture
stuff comes in.
devinivy commented
We can check this again whenever :)
mattboutet commented
Just checked this with the most recent additions and it still works. Note: if using the windows cmd program, you'll need to do set NODE_ENV=dev&&npm start
to enable logging.
devinivy commented
Cool, this sounds closable 'til we run into an issue.