jawerty / Hyro

A real-time desktop HTML5 editor -- view your html while you code it.
http://jawerty.github.io/Hyro
MIT License
806 stars 96 forks source link

Makefile or build script #2

Open yocontra opened 11 years ago

yocontra commented 11 years ago

This would simplify the build process for people unfamiliar with node-webkit or people too lazy to run all of the commands every time they want to build

jawerty commented 11 years ago

That's a good idea. I was thinking of making a hyper-build to make it easier. It doesn't have to be Hyper specific though, it could be modular for all node-webkit apps. What were you thinking?

yocontra commented 11 years ago

I'm just curious how you're building it. A generic tool to help you build node-webkit applications would be helpful too (I can help with that since I need something similar)

jawerty commented 11 years ago

I see. I will try to work on a tool like this (probably the generic tool); however, I'm working on a lot for the new version of Hyper and it may take me a little to get it started.

PAEz commented 11 years ago

Id love to know how to work with this aswell. I tried adding the stuff to allow the debugger to come up and it doesn't work. So I copied your code to a fresh NW and tried running it....great the debugger works now, but no Menus?!? How can I have both? I'm totally new to NW and Node, so if its something simple that I keep missing (been going through the docs) then please excuse my ignorance.

AlexKvazos commented 10 years ago

Build tool implemented with grunt https://github.com/jawerty/Hyro/pull/16