Skip to content

Commit

Permalink
feat: update site
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxueliang committed Feb 19, 2019
1 parent dc7a86d commit 511d760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ function copyHtml() {
path.join(cwd, 'site-dist/404.html'),
fs.readFileSync(path.join(cwd, 'site/404.html')),
);
fs.writeFileSync(
path.join(cwd, 'site-dist/index-cn.html'),
fs.readFileSync(path.join(cwd, 'site-dist/index.html')),
);
fs.writeFileSync(
path.join(cwd, 'site-dist/CNAME'),
'vue.ant.design',
Expand Down

0 comments on commit 511d760

Please sign in to comment.