mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Adding google anayltics tracking
This commit is contained in:
@@ -108,7 +108,8 @@ gulp.task('generateIndexHTML', function() {
|
||||
return gulp.src('app/index.html')
|
||||
.pipe(template({
|
||||
version: pkg.version,
|
||||
date : (new Date()).toLocaleDateString()
|
||||
date : (new Date()).toLocaleDateString(),
|
||||
uaTracking: process.env.CORIOLIS_UA_TRACKING
|
||||
}))
|
||||
.pipe(htmlmin({
|
||||
'collapseBooleanAttributes': true,
|
||||
|
||||
Reference in New Issue
Block a user