diff --git a/build-watch.sh b/build-watch.sh index 6df90f65b..c1e355644 100755 --- a/build-watch.sh +++ b/build-watch.sh @@ -1,6 +1,5 @@ #!/bin/bash -## Run the build script whenever there is a change in src folder - +## Runs build script whenever there is a change in src folder echo 'Watching changes on src/' diff --git a/build.sh b/build.sh index 0217b9435..3408e8c45 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/bin/bash +# Loads user-defined variables at build-config file source build-config.cfg ## Only run npm build if there was a change in a .js or .vue file diff --git a/compile-sass.sh b/compile-sass.sh index 36a3e9dcb..11d00a92e 100644 --- a/compile-sass.sh +++ b/compile-sass.sh @@ -5,8 +5,7 @@ command -v sass >/dev/null 2>&1 || { echo >&2 "Sass parece não estar disponivel."; exit 1; } - -# Define o caminho. + echo "Compilando Sass..." sass -E 'UTF-8' --cache-location .tmp/sass-cache-1 src/views/admin/scss/tainacan-admin.scss:src/assets/css/tainacan-admin.css