From 147d9c6c8cc4900fd1cc4658f1e713597dd91b7e Mon Sep 17 00:00:00 2001 From: Lxxyx Date: Wed, 5 Apr 2017 14:53:02 +0800 Subject: [PATCH] update resume --- CNAME | 1 + gulpfile.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..ff5ca9c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +resume.lxxyx.cn \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 7b06447..056c8a4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -65,6 +65,7 @@ gulp.task('copy', () => { src2dist('iconfont') src2dist('img') src2dist('pdf') + gulp.src('./CNAME').pipe(gulp.dest('./dist')) }) gulp.task('clean', () => { -- GitLab