2017-11-06 14:02:51 +00:00
|
|
|
#!/bin/bash
|
2017-10-20 14:30:04 +00:00
|
|
|
|
2017-11-06 14:02:51 +00:00
|
|
|
#source build-config.cfg
|
|
|
|
source build-config.cfg
|
2017-11-24 17:32:27 +00:00
|
|
|
#destination=~/devel/wordpress/wp-content/plugins/tainacan
|
2017-10-20 14:30:04 +00:00
|
|
|
|
|
|
|
sh compile-sass.sh
|
2017-11-15 00:51:44 +00:00
|
|
|
composer install
|
2017-10-20 14:30:04 +00:00
|
|
|
|
2017-11-06 14:02:51 +00:00
|
|
|
echo "Atualizando arquivos em $destination"
|
2017-11-24 17:32:27 +00:00
|
|
|
rm -rf $destination
|
2017-10-20 14:30:04 +00:00
|
|
|
mkdir $destination
|
2017-11-14 17:51:00 +00:00
|
|
|
cp -R src/ $destination/
|
2017-10-20 14:30:04 +00:00
|
|
|
rm -rf $destination/scss
|