Updating version

This commit is contained in:
Colin McLeod
2015-05-05 01:13:31 -07:00
parent f418e7a6ae
commit ac9aa47f3a
4 changed files with 4 additions and 4 deletions

View File

@@ -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,