add some missing folders to gulpfile deleting, close #296

jschan
Thomas Lynch 3 years ago
parent a93e42d90c
commit 1300edf25b
  1. 2
      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/*' ]),
]);

Loading…
Cancel
Save