mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Updating version
This commit is contained in:
@@ -109,7 +109,7 @@ gulp.task('generateIndexHTML', function() {
|
||||
.pipe(template({
|
||||
version: pkg.version,
|
||||
date : (new Date()).toLocaleDateString(),
|
||||
uaTracking: process.env.CORIOLIS_UA_TRACKING
|
||||
uaTracking: process.env.CORIOLIS_UA_TRACKING || false
|
||||
}))
|
||||
.pipe(htmlmin({
|
||||
'collapseBooleanAttributes': true,
|
||||
|
||||
Reference in New Issue
Block a user