aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-19 15:57:27 +0200
committercodecalm <codecalm@gmail.com>2020-04-19 15:57:27 +0200
commitde70565fdfb2ec1d93eb12f3b326642f4f571778 (patch)
treee21802554528cd28846b9d8f5cf536c8a1becbb8 /gulpfile.js
parenttags (diff)
downloadtabler-icons-de70565fdfb2ec1d93eb12f3b326642f4f571778.tar.xz
tags.json file
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 9a5b6e6..86f4fc9 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();
});
});