Anonyfox / node-webkit-hipster-seed

Bootstrap a crossplatform Desktop Application using tools you probably never heard of.
Other
1.29k stars 83 forks source link

Out of date #22

Closed kevinrenskers closed 9 years ago

kevinrenskers commented 9 years ago

Thanks for this project, it was a great starting point for my own node-webkit + brunch project.

However, I found that this project is using out of date packages and code: it's not using the new NW.js (npm: nw) and auto-reload-brunch doesn't work because of the -P flag and a missing window.brunch.server = 'localhost'; line in index.html.

Anonyfox commented 9 years ago

Hey there, would you mind to send a PR with the mentioned updates? This would be a great starting point for me and further upgrades :)

kevinrenskers commented 9 years ago

My project diverged way too much (using gulp and only one package.json for example) so I don't really know what the minimum changes are for node-webkit-hipster-seed to be more up to date. I also don't really have the time to figure it out again, sorry. I'd just follow the instructions in the readme and see what still works and what doesn't :)