[Improvement] Reorganize demos (#1052)

This commit is contained in:
neverland
2018-05-12 15:22:37 +08:00
committed by GitHub
parent a55eda8891
commit 4de1e7da55
83 changed files with 109 additions and 113 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const compilerOption = {
extends: path.join(__dirname, '../../.babelrc')
}
};
const whiteList = ['vant-css', 'test'];
const whiteList = ['vant-css', 'test', 'demo'];
// clear dir
fs.emptyDirSync(esDir);