tainacan/build.sh

17 lines
308 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-12-04 15:56:21 +00:00
npm run build
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-12-01 17:38:55 +00:00
cp -R src/* $destination/
rm -rf $destination/scss