lucamezzalira / haxe-watchify

automatic build tool for your Haxe and OpenFL projects. It monitors the changes in your files and runs the build of your projects
https://www.npmjs.com/package/haxe-watchify
51 stars 4 forks source link

Current build process number #8

Closed halfabench closed 9 years ago

halfabench commented 9 years ago

Sometimes, I wonder if a compilation has really happened. For instance, if something I just coded does not work, I wonder if it's because I made a mistake or if the compiler has not processed the file yet.

So if I had some build number for the current session It would allow for clarity because I could remember what was the last one and be sure a new one has happened. Maybe adding datetime + current changed file size would allow for even more clarity?

Well my 50cents ;)

lucamezzalira commented 9 years ago

fair point, I'll think about that :D

lucamezzalira commented 9 years ago

added at the end of the build a date and time value 1.2.0