Dica-Developer/generator-node-webkit

delete buildTmp after building?

Opened this issue · 4 comments

hems commented

After building for mac/win/linux i get this empty folder on my project folder.

Perhaps it should be deleted after building?

Thanks for the report we will have a look at this.

hems commented

i think it's dist-win only.

also i don't see a reason to .zip it.

i think the windows build is messy ( loads of files and 1 exe for node-webkit ), and zipping actually just gives even one step more to the end user or to the developer building the thing.

i would suggest removing the zip functionality from windows, and letting the developer decide what he will do.

zipping it afterwards it's pretty straight forward, if you need. unzipping all the time to test the build = just one more step

hems commented

thank for your great work btw.

good barebones for my node-webkit build. i still have problems with the linux build not running on my ubuntu64, i'm not exactly sure what is going on.

windows and mac is good.

another thing i noticed is that i can't easily find which version of node-webkit you guys are using, cause the version isn't explicit anywhere.

also, some users ( like me ), might not use jshint / bowwer and other tools that can be easily avoided.

maybe most of users like it, but in my case, i had to remove it as i don't actually need it.

so maybe this things could be an option on the generator, otherwise the root folder gets unnecessarily busy with configuration files.

obviously, this is my personal use-case and might not fit the project.

again, thank you very much for putting all this together, it's been very useful for me.

hems commented

i did not know about the linux limitation, hence why:

#57 (comment)