tainacan/build.sh

16 lines
324 B
Bash
Raw Normal View History

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