diff options
author | codecalm <codecalm@gmail.com> | 2020-04-19 15:57:27 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-19 15:57:27 +0200 |
commit | de70565fdfb2ec1d93eb12f3b326642f4f571778 (patch) | |
tree | e21802554528cd28846b9d8f5cf536c8a1becbb8 /gulpfile.js | |
parent | tags (diff) | |
download | tabler-icons-de70565fdfb2ec1d93eb12f3b326642f4f571778.tar.xz |
tags.json file
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 9a5b6e6d..86f4fc99 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -317,7 +317,7 @@ gulp.task('build-jekyll', function (cb) { }); gulp.task('build-copy', function (cb) { - cp.exec('mkdir -p icons/ && rm -fd ./icons/* && cp ./_site/icons/* ./icons', function () { + cp.exec('mkdir -p icons/ && rm -fd ./icons/* && cp ./_site/icons/* ./icons && cp ./_site/tags.json .', function () { cb(); }); }); |