script files tiny doc tweaks

This commit is contained in:
Rodrigo de Oliveira 2021-03-29 02:50:31 -03:00
parent 37b21ae947
commit 56246053ca
3 changed files with 3 additions and 4 deletions

View File

@ -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/'

View File

@ -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

View File

@ -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