kopia lustrzana https://github.com/c9/core
Update smf
rodzic
70227f3d9d
commit
549a1a88f4
|
@ -1,7 +1,11 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
CONFIG="default"
|
||||||
while [ "$1" ]; do
|
while [ "$1" ]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
--config)
|
||||||
|
shift
|
||||||
|
CONFIG=$1
|
||||||
|
;;
|
||||||
--compress)
|
--compress)
|
||||||
COMPRESS_OPTION="--compress"
|
COMPRESS_OPTION="--compress"
|
||||||
;;
|
;;
|
||||||
|
@ -35,8 +39,6 @@ WORKER=plugins/c9.ide.language.core/worker
|
||||||
echo building worker $WORKER
|
echo building worker $WORKER
|
||||||
$CDN --worker $WORKER
|
$CDN --worker $WORKER
|
||||||
echo $CDN --worker $WORKER
|
echo $CDN --worker $WORKER
|
||||||
for CONFIG in "default"; do \
|
|
||||||
echo cdn
|
echo building config $CONFIG
|
||||||
echo building config $CONFIG
|
$CDN --config $CONFIG --with-skins
|
||||||
$CDN --config $CONFIG --with-skins
|
|
||||||
done
|
|
||||||
|
|
Ładowanie…
Reference in New Issue