hapipal/boilerplate

Ensure it works on Windows

devinivy opened this issue · 6 comments

Mostly need to make sure we construct paths correctly. I know this is an issue right now.

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.

We may also need to resolve devinivy/haute#2

I've verified that this works on Win7, no code changes necessary. I'll check again once the haute-couture stuff comes in.

We can check this again whenever :)

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.

Cool, this sounds closable 'til we run into an issue.