improvement: addition of a cleaning step for the generator
This commit is contained in:
parent
b9ef9756b5
commit
278d714b80
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
echo "STEP 1 - Nettoyage du dossier de generation"
|
||||
rm -rf dist/*
|
||||
|
||||
echo "STEP 2 - Generation des fichiers statics"
|
||||
gulp
|
||||
|
||||
echo "STEP 3 - Generation du blog"
|
||||
cd src/blog
|
||||
|
||||
hexo generate
|
||||
|
|
Reference in a new issue