bitDecayGames / haxeflixel-template

Basic game template with FMOD and Bitlytics tie-ins ready to build from
3 stars 1 forks source link

Have init.sh dump out dev directory if enabled #29

Closed MondayHopscotch closed 3 years ago

MondayHopscotch commented 3 years ago

As the init.sh script clears the dev flag, this means that any dev wanting to use a dev dependency needs to re-set the dev path for any lib they are working on.

Init.sh should print out the dev path, or a command to copy/paste while clearing it so devs can quickly and easily reset the dev flag if desired.

MondayHopscotch commented 3 years ago

I added in output that provides users with commands to properly restore dev dependencies (only tested on Windows, but the logic should work for unix style paths, also)