File tree 2 files changed +17
-6
lines changed
2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,25 @@ module.exports = function(grunt) {
17
17
18
18
function getRandomEmoji ( ) {
19
19
var emoji = [
20
- '(╯°□°)╯︵ ┻━┻' ,
21
20
'ʕ •ᴥ•ʔ' ,
22
- 'ლ(ಠ益ಠლ)' ,
23
- 'ಠ_ಠ' ,
24
- '~=[,,_,,]:3' ,
25
- '(ó ì_í)=óò=(ì_í ò)' ,
26
21
'¯\\_(ツ)_/¯' ,
22
+ '\(^O^)/' ,
23
+ 'ᕕ( ᐛ )ᕗ' ,
24
+ '♪┏(・o・)┛♪┗ ( ・o・) ┓♪' ,
25
+ '(ó ì_í)=óò=(ì_í ò)' ,
26
+ 'd-_-b' ,
27
+ '(-‸ლ)' ,
27
28
'ᕙ(⇀‸↼‶)ᕗ' ,
28
- '┬┴┬┴┤(・_├┬┴┬┴'
29
+ '┬┴┬┴┤(・_├┬┴┬┴' ,
30
+ '~=[,,_,,]:3' ,
31
+ 'ಠ_ಠ' ,
32
+ 'ლ(ಠ益ಠლ)' ,
33
+ '[¬º-°]¬' ,
34
+ 'ಠ_ರೃ' ,
35
+ 'ʕ •́؈•̀)' ,
36
+ '(◞‸◟;)' ,
37
+ '(╯°□°)╯︵ ┻━┻' ,
38
+ '(ó ì_í)=óò=(ì_í ò)' ,
29
39
] ;
30
40
return emoji [ Math . floor ( Math . random ( ) * ( emoji . length - 1 ) ) ] ;
31
41
}
Original file line number Diff line number Diff line change 46
46
"deep-extend" : " ^0.3.2" ,
47
47
"file-loader" : " ^0.8.1" ,
48
48
"grunt" : " ^0.4.5" ,
49
+ "grunt-gh-pages" : " ^0.10.0" ,
49
50
"html-loader" : " ^0.2.3" ,
50
51
"imports-loader" : " ^0.6.3" ,
51
52
"jshint" : " ^2.6.0" ,
You can’t perform that action at this time.
0 commit comments