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
|
|
|
|
#destination=~/devel/wordpress/wp-content/plugins/test-tainacan
|
2017-10-20 14:30:04 +00:00
|
|
|
|
|
|
|
sh compile-sass.sh
|
|
|
|
|
2017-11-06 14:02:51 +00:00
|
|
|
echo "Atualizando arquivos em $destination"
|
2017-10-20 14:30:04 +00:00
|
|
|
rm -r $destination
|
|
|
|
mkdir $destination
|
2017-11-14 17:51:00 +00:00
|
|
|
cp -R src/ $destination/
|
|
|
|
cp -R vendor/ $destination/
|
2017-10-20 14:30:04 +00:00
|
|
|
rm -rf $destination/scss
|