tainacan/build.sh

15 lines
292 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/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 -rf $destination
mkdir $destination
2017-11-14 17:51:00 +00:00
cp -R src/ $destination/
rm -rf $destination/scss