diff --git a/gulpfile.js b/gulpfile.js
index ff6b8c213..86f4fc99a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -23,7 +23,7 @@ const svgToPng = async (filePath, destination) => {
filePath = path.join(__dirname, filePath);
const htmlFilePath = path.join("file:", filePath);
- const browser = await puppeteer.launch({headless: false});
+ const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.setViewport({
@@ -51,7 +51,7 @@ const createScreenshot = async (filePath) => {
const fileName = filePath.replace('.svg', '');
const htmlFilePath = path.join("file:", filePath);
- const browser = await puppeteer.launch({headless: false});
+ const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.setViewport({
@@ -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();
});
});
diff --git a/icons/accessible.svg b/icons/accessible.svg
index 1cd3179f6..6b84e71f2 100644
--- a/icons/accessible.svg
+++ b/icons/accessible.svg
@@ -2,7 +2,7 @@
-
+
diff --git a/icons/dice.svg b/icons/dice.svg
index 89b2cc769..efabd8726 100644
--- a/icons/dice.svg
+++ b/icons/dice.svg
@@ -1,10 +1,10 @@
diff --git a/icons/focus.svg b/icons/focus.svg
index 15c14d5c5..6da872106 100644
--- a/icons/focus.svg
+++ b/icons/focus.svg
@@ -1,6 +1,6 @@
diff --git a/icons/palette.svg b/icons/palette.svg
index d5bcc66ca..82a7eabab 100644
--- a/icons/palette.svg
+++ b/icons/palette.svg
@@ -1,9 +1,9 @@
diff --git a/package.json b/package.json
index 66d701d80..9cacc91b3 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"icons/*",
"icons-png/*",
"iconfont/*",
+ "tags.json",
"tabler-sprite.svg",
"tabler-sprite-nostroke.svg"
],
diff --git a/src/_icons/accessible.svg b/src/_icons/accessible.svg
index 6bc6f907b..cfc363df7 100644
--- a/src/_icons/accessible.svg
+++ b/src/_icons/accessible.svg
@@ -1,4 +1,5 @@
---
+tags: [low-vision, blind, disability, handicapped]
---