add message at the end of build

This commit is contained in:
Leo Germani 2018-03-01 17:41:28 -03:00
parent bbb68d2c9f
commit 03a78c3745
1 changed files with 2 additions and 0 deletions

View File

@ -57,3 +57,5 @@ rm -rf $destination
mkdir $destination
cp -R src/* $destination/
rm -rf $destination/scss
echo "Build complete!"