svg / svgo-gui

Node-WebKit based GUI for SVGO
Other
1.67k stars 113 forks source link

Compile and release on each svgo publish #27

Open stevenvachon opened 9 years ago

stevenvachon commented 9 years ago

I prefer using this GUI as it saves time compared to typing a command line, but it's quite outdated. Manual releases of it would probably be annoying for you, so automating it would be nice for everyone.

stevenvachon commented 9 years ago

It just occurred to me that I could npm install svgo in svgo-gui.app/Contents/Resources/app.nw/, but designers likely won't know how to do this.

bratvanov commented 9 years ago

I hadn't thought about manually updating the SVGO module inside the Application package through the Terminal.

Thanks for the tip - it worked a treat!