mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-24 04:34:34 +02:00
Quick followups to PR #657
This commit is contained in:
parent
57caf3dc09
commit
21cc5e7382
2 changed files with 2 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue