leomoty / SGPP

41 stars 14 forks source link

improved build script #77

Closed Djfe closed 9 years ago

patetico commented 9 years ago

If you actually want to improve the builder you should add error catching to stop it from overwriting files. I think interaction is not desirable since the whole point of it is automation, so maybe change those prompts to parameters?

Here's the file I've been using to build my tests (it's in a separate folder): https://gist.github.com/patetico/d1960b1472de235d5575

Djfe commented 9 years ago

Well I don't have that much knowledge with batch/cmd files...

your script definitely looks better and more advanced.

You are welcome to commit your script for the repo instead ;)