From ce66361533ce758155547d184a0843a31189f981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=9A=E7=9B=8A?= Date: Mon, 22 Mar 2021 21:19:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20gh-pages=20=E5=87=BA?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fis-conf.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fis-conf.js b/fis-conf.js index 9d02c48f2..3ab566f68 100644 --- a/fis-conf.js +++ b/fis-conf.js @@ -37,7 +37,10 @@ fis.set('project.files', [ '/scss/themes/*.scss', '/examples/*.html', '/examples/*.tpl', - '/examples/static/*', + '/examples/static/*.png', + '/examples/static/*.svg', + '/examples/static/*.jpg', + '/examples/static/*.jpeg', '/src/**.html', 'mock/**' ]);