Quick followups to PR #657

This commit is contained in:
Peter Cottle 2020-03-29 15:57:55 -07:00
parent 57caf3dc09
commit 21cc5e7382
2 changed files with 2 additions and 5 deletions

View file

@ -39,10 +39,8 @@ var indexFile = readFileSync('src/template.index.html').toString();
var indexTemplate = _.template(indexFile);
var compliments = [
'Wow peter great work!',
'Such a professional dev environment',
'Can\'t stop the TRAIN',
'git raging'
'Thanks to Hongarc for the modern and amazing gulp workflow!',
'I hope you all have a great day :)'
];
var compliment = (done) => {
var index = Math.floor(Math.random() * compliments.length);