9 lines
718 B
Bash
9 lines
718 B
Bash
#!/usr/bin/env bash
|
|
|
|
#grunt update-dist --buildClient=false --platforms=windows,osx,linux_32,linux_64,web --php=true --commit=true
|
|
grunt update-platforms --server=false --buildClient=true --platforms=windows,osx,linux_32,linux_64,web --php=true --commit=true --libs=true --nxapp=true
|
|
|
|
#grunt update-platforms --server=false --buildClient=false --platforms=web --php=true --commit=false --libs=true --nxapp=false
|
|
|
|
grunt update-platforms --server=false --buildClient=true --platforms=windows,osx,linux_32,linux_64,web --php=true --commit=true --libs=true --nxapp=true
|
|
grunt update-platforms --server=false --buildClient=true --platforms=windows,osx,linux_32,linux_64,web --php=true --commit=true --libs=true --nxapp=true |