I am working on a project for which the end client gets a lot of build.
Sometimes a fix is reported not repaired when it has been and it turns out the latest build has not been uploaded by they tech team. Our solution to this has been to comment by hand a date of release as we send it out, then we can check they upload and compare to our build.
We want to remove the risk of one of the team forgetting to version number a build, is it possible using a pre-processor to add one as a comment or even a JS var.
I know uglify.js has a 'define' parameter function, would this work, no one in the team has experience in this? We are also using compass to combine scss files.