You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: