Skip from worktree the css/custom.css:

On the next release the css/custom.css will rename to
css/custom.css.sample

This change run git instructions to detach the file from own local
repository. This instructions are called in untrack-css.sh file from
run-start.sh and npm postinstall step

Reference #1540
This commit is contained in:
Rodrigo Ramírez Norambuena
2019-07-26 01:19:44 -04:00
parent 32521aba6b
commit 2822303138
4 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
./untrack-css.sh
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
export DISPLAY=:0 # Set by default display
fi