@@ -22,6 +22,26 @@ module.exports = {
2222 src : [ 'docs/index.html' ] ,
2323 dest : 'docs/index.html' ,
2424 replacements : [
25+ {
26+ from : / < p > < i m g s r c = " h t t p : \/ \/ w w w .p h a s e r .i o \/ i m a g e s \/ g i t h u b \/ w e l c o m e - d i v 2 .p n g " a l t = " d i v " > < \/ p > / g,
27+ to : ''
28+ } ,
29+ {
30+ from : / < p > < i m g s r c = " h t t p : \/ \/ w w w .p h a s e r .i o \/ i m a g e s \/ g i t h u b \/ d i v .p n g " a l t = " d i v " > < \/ p > / g,
31+ to : ''
32+ } ,
33+ {
34+ from : / & l t ; d i v a l i g n = & q u o t ; c e n t e r & q u o t ; & g t ; & l t ; i m g s r c = & q u o t ; h t t p : \/ \/ p h a s e r .i o \/ i m a g e s \/ g i t h u b \/ n e w s .j p g & q u o t ; & g t ; & l t ; \/ d i v & g t ; / g,
35+ to : ''
36+ } ,
37+ {
38+ from : / & l t ; d i v a l i g n = & q u o t ; c e n t e r & q u o t ; & g t ; & l t ; i m g s r c = & q u o t ; h t t p : \/ \/ p h a s e r .i o \/ i m a g e s \/ g i t h u b \/ b o o k s .j p g & q u o t ; & g t ; & l t ; \/ d i v & g t ; / g,
39+ to : ''
40+ } ,
41+ {
42+ from : / & l t ; d i v a l i g n = & q u o t ; c e n t e r & q u o t ; & g t ; & l t ; i m g s r c = & q u o t ; h t t p : \/ \/ p h a s e r .i o \/ i m a g e s \/ g i t h u b \/ b o o k s .j p g & q u o t ; & g t ; & l t ; \/ d i v & g t ; / g,
43+ to : ''
44+ } ,
2545 {
2646 from : / ( < p > < i m g s r c = " h t t p : \/ \/ w w w \. p h a s e r \. i o \/ i m a g e s \/ p h a s e r 2 ) [ \s \S ] * ( < l i > < a h r e f = " # l i c e n s e " > L i c e n s e < \/ a > < \/ l i > \s < \/ u l > ) / g,
2747 to : ''
@@ -33,6 +53,62 @@ module.exports = {
3353 {
3454 from : / ( < p > & l t ; ) .* ( & g t ; < \/ p > ) / g,
3555 to : ''
56+ } ,
57+ {
58+ from : '<a href="http://phaser.io/images/github/shot1a.jpg">![Game</a>][game1]' ,
59+ to : '<img src="http://phaser.io/images/github/shot1a.jpg">'
60+ } ,
61+ {
62+ from : '<a href="http://phaser.io/images/github/shot2a.jpg">![Game</a>][game2]' ,
63+ to : '<img src="http://phaser.io/images/github/shot2a.jpg"><br>'
64+ } ,
65+ {
66+ from : '<a href="http://phaser.io/images/github/shot3a.jpg">![Game</a>][game3]' ,
67+ to : '<img src="http://phaser.io/images/github/shot3a.jpg">'
68+ } ,
69+ {
70+ from : '<a href="http://phaser.io/images/github/shot4a.jpg">![Game</a>][game4]' ,
71+ to : '<img src="http://phaser.io/images/github/shot4a.jpg"><br>'
72+ } ,
73+ {
74+ from : '<a href="http://phaser.io/images/github/shot5b.jpg">![Game</a>][game5]' ,
75+ to : '<img src="http://phaser.io/images/github/shot5b.jpg">'
76+ } ,
77+ {
78+ from : '<a href="http://phaser.io/images/github/shot6b.jpg">![Game</a>][game6]' ,
79+ to : '<img src="http://phaser.io/images/github/shot6b.jpg">'
80+ } ,
81+ {
82+ from : '<a href="http://phaser.io/images/github/shot7b.jpg">![Game</a>][game7]' ,
83+ to : '<img src="http://phaser.io/images/github/shot7b.jpg"><br>'
84+ } ,
85+ {
86+ from : '<a href="http://phaser.io/images/github/shot8.jpg">![Game</a>][game8]' ,
87+ to : '<img src="http://phaser.io/images/github/shot8.jpg">'
88+ } ,
89+ {
90+ from : '<a href="http://phaser.io/images/github/shot9.jpg">![Game</a>][game9]' ,
91+ to : '<img src="http://phaser.io/images/github/shot9.jpg"><br>'
92+ } ,
93+ {
94+ from : '<a href="http://phaser.io/images/github/shot10.jpg">![Game</a>][game10]' ,
95+ to : '<img src="http://phaser.io/images/github/shot10.jpg">'
96+ } ,
97+ {
98+ from : '<a href="http://phaser.io/images/github/shot11.jpg">![Game</a>][game11]' ,
99+ to : '<img src="http://phaser.io/images/github/shot11.jpg"><br>'
100+ } ,
101+ {
102+ from : '<a href="http://phaser.io/images/github/shot12.jpg">![Game</a>][game12]' ,
103+ to : '<img src="http://phaser.io/images/github/shot12.jpg">'
104+ } ,
105+ {
106+ from : '<a href="http://phaser.io/images/github/shot13.jpg">![Game</a>][game13]' ,
107+ to : '<img src="http://phaser.io/images/github/shot13.jpg">'
108+ } ,
109+ {
110+ from : '<a href="http://phaser.io/images/github/shot14.jpg">![Game</a>]<a href="http://www.tempalabs.com/works/gattai/">game14</a>' ,
111+ to : '<img src="http://phaser.io/images/github/shot14.jpg">'
36112 }
37113 ]
38114 }
0 commit comments