Changeset 36351
- Timestamp:
- 01/20/2016 02:01:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r36341 r36351 127 127 128 128 // If the version includes an SVN commit (-12345), it's not a released alpha/beta. Append a timestamp. 129 version = version.replace( /-[\d]{5}$/, '-' + new Date().getTime() );129 version = version.replace( /-[\d]{5}$/, '-' + grunt.template.today( 'yyyymmdd.HHMMss' ) ); 130 130 131 131 /* jshint quotmark: true */
Note: See TracChangeset
for help on using the changeset viewer.