7 lines
144 B
Bash
7 lines
144 B
Bash
|
echo "STEP 1 - Generation des fichiers statics"
|
||
|
gulp
|
||
|
|
||
|
echo "STEP 2 - Remplacement dossier public par dossier temp"
|
||
|
rm -rf public
|
||
|
mv dist public
|