diff --git a/gulpfile.js b/gulpfile.js index f68441a8..c4f5302a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -221,6 +221,8 @@ async function wipe() { del([ 'static/html/*' ]), del([ 'static/json/*' ]), del([ 'static/banner/*' ]), + del([ 'static/flag/*' ]), + del([ 'static/asset/*' ]), del([ 'static/css/*' ]), ]);