joshuagatcke / HTML-KickStart

Ultra–Lean HTML Building Blocks for Rapid Website Production
http://www.99lime.com
MIT License
1.22k stars 244 forks source link

Need versioning info [serious!] #78

Open hopeseekr opened 8 years ago

hopeseekr commented 8 years ago

Hi!

I have a serious problem with several of my corporate websites and personal projects: The lack of any versioning information in the Kickstarter production files.

They literally are called kickstarter.js, and there's nothing in the file to indicate a version, date, nothing.

If it is at all possible, please modify the build system for minifying the JS and CSS to append a date of the last commit, if nothing else. Currently, upgrading kickstart.js is an ABSOLUTE PAIN, becase we have NO IDEA what the upgrade pain will be, short of looking at git log js/kickstart.js and trying to gauge based on date/time, which is prone to much error.

Proper semantic version tagging seems like a remote possibility, but it would be extremely ideal!