mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Change latest version date format
This commit is contained in:
@@ -140,7 +140,7 @@ gulp.task('generateIndexHTML', function(done) {
|
|||||||
gulp.src('app/index.html')
|
gulp.src('app/index.html')
|
||||||
.pipe(template({
|
.pipe(template({
|
||||||
version: pkg.version,
|
version: pkg.version,
|
||||||
date : (new Date()).toLocaleDateString(),
|
date : new Date().toISOString().slice(0, 10),
|
||||||
uaTracking: process.env.CORIOLIS_UA_TRACKING || false,
|
uaTracking: process.env.CORIOLIS_UA_TRACKING || false,
|
||||||
svgContent: svgIconsContent,
|
svgContent: svgIconsContent,
|
||||||
gapiKey: process.env.CORIOLIS_GAPI_KEY
|
gapiKey: process.env.CORIOLIS_GAPI_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user