tainacan-theme/build.sh

16 lines
256 B
Bash
Raw Normal View History

2018-01-19 17:06:56 +00:00
#!/bin/bash
source build-config.cfg
## Compile SASS
sh compile-sass.sh
## Install composer dependencies
## composer install
echo "Updating files in $destination"
rm -rf $destination
mkdir $destination
cp -R src/* $destination/
rm -rf $destination/scss