-
Notifications
You must be signed in to change notification settings - Fork 15
/
creator.sh
executable file
·37 lines (33 loc) · 1.85 KB
/
creator.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
./node_modules/.bin/grunt build --country=ar --size=default
./node_modules/.bin/grunt build --country=br --size=default
./node_modules/.bin/grunt build --country=cl --size=default
./node_modules/.bin/grunt build --country=co --size=default
./node_modules/.bin/grunt build --country=mx --size=default
./node_modules/.bin/grunt build --country=ve --size=default
./node_modules/.bin/grunt build --country=pe --size=default
./node_modules/.bin/grunt build --country=uy --size=default
./node_modules/.bin/grunt build --country=ar --size=large
./node_modules/.bin/grunt build --country=br --size=large
./node_modules/.bin/grunt build --country=cl --size=large
./node_modules/.bin/grunt build --country=co --size=large
./node_modules/.bin/grunt build --country=mx --size=large
./node_modules/.bin/grunt build --country=ve --size=large
./node_modules/.bin/grunt build --country=pe --size=large
./node_modules/.bin/grunt build --country=uy --size=large
./node_modules/.bin/grunt build --country=ar --size=default,large
./node_modules/.bin/grunt build --country=br --size=default,large
./node_modules/.bin/grunt build --country=cl --size=default,large
./node_modules/.bin/grunt build --country=co --size=default,large
./node_modules/.bin/grunt build --country=mx --size=default,large
./node_modules/.bin/grunt build --country=ve --size=default,large
./node_modules/.bin/grunt build --country=pe --size=default,large
./node_modules/.bin/grunt build --country=uy --size=default,large
./node_modules/.bin/grunt dist
# ./node_modules/.bin/grunt images --country=ar
# ./node_modules/.bin/grunt images --country=br
# ./node_modules/.bin/grunt images --country=cl
# ./node_modules/.bin/grunt images --country=co
# ./node_modules/.bin/grunt images --country=mx
# ./node_modules/.bin/grunt images --country=ve
# ./node_modules/.bin/grunt images --country=pe
# ./node_modules/.bin/grunt images --country=uy