This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
univers/generate.sh
Kazhnuz 8fcd591cb0 feat:add structure
* Add basic structure based on rulebook
* Remove the sheet page
2020-10-01 22:00:13 +02:00

7 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