8fcd591cb0
* Add basic structure based on rulebook * Remove the sheet page
6 lines
144 B
Bash
Executable file
6 lines
144 B
Bash
Executable file
echo "STEP 1 - Generation des fichiers statics"
|
|
gulp
|
|
|
|
echo "STEP 2 - Remplacement dossier public par dossier temp"
|
|
rm -rf public
|
|
mv dist public
|