Commit 258cd705a192608d8416850a4cd50bd094ee9f64

Authored by Geoffrey PREUD'HOMME
1 parent da998a7d

Mise à jour des dépendances

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
1 -BOOTSTRAPVER=3.3.2  
2 -JQUERYVER=1.11.2 1 +BOOTSTRAPVER=3.3.6
  2 +JQUERYVER=1.12.2
3 FONTS=robotech-gp.ttf robotaur.ttf 3 FONTS=robotech-gp.ttf robotaur.ttf
4 4
5 BOOTSTRAPNEEDED=js/bootstrap.min.js css/bootstrap.min.css fonts/glyphicons-halflings-regular.* 5 BOOTSTRAPNEEDED=js/bootstrap.min.js css/bootstrap.min.css fonts/glyphicons-halflings-regular.*
@@ -20,7 +20,7 @@ js/jquery.min.js: @@ -20,7 +20,7 @@ js/jquery.min.js:
20 20
21 js/konami.js: 21 js/konami.js:
22 wget https://gist.githubusercontent.com/scottstanfield/6450745/raw/ca320e86478f3026e138ab45f36820745bc2e6c0/cornify.js -O $@ 22 wget https://gist.githubusercontent.com/scottstanfield/6450745/raw/ca320e86478f3026e138ab45f36820745bc2e6c0/cornify.js -O $@
23 - a=`sed 's/65,65/66,65/g' $@`; echo "$$a" > $@ 23 + a=`sed 's/65,65/66,65/' $@`; echo "$$a" > $@
24 24
25 $(BOOTSTRAPNEEDED): 25 $(BOOTSTRAPNEEDED):
26 wget https://github.com/twbs/bootstrap/releases/download/v$(BOOTSTRAPVER)/$(BOOTSTRAPNAME).zip -O $(BOOTSTRAPNAME).zip 26 wget https://github.com/twbs/bootstrap/releases/download/v$(BOOTSTRAPVER)/$(BOOTSTRAPNAME).zip -O $(BOOTSTRAPNAME).zip