[Build] Normalize whitespace in header template

This commit is contained in:
Victor Woeltjen 2017-06-02 12:24:22 -07:00
parent beb24adf7a
commit 485944a782

View File

@ -85,7 +85,7 @@ gulp.task('scripts', function () {
' * Built: ${timestamp}',
' * Revision: ${revision}',
' * Branch: ${branch}',
'*/\n'
' */\n'
].join('\n');
return gulp.src(paths.main)