Skip to content

Commit 5cdef4b

Browse files
migrate svgstore to svg-sprite-generator (#16598)
* chore(build): migrate svgstore to svg-symbol-sprite Signed-off-by: Aritra Dey <[email protected]> * added input flag Signed-off-by: Aritra Dey <[email protected]> * remove 'icon-' prefix from svg-symbol-sprite output for correct symbol IDs Signed-off-by: Aritra Dey <[email protected]> --------- Signed-off-by: Aritra Dey <[email protected]>
1 parent f2970b3 commit 5cdef4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.core.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ netlify_install:
141141
@npm install --omit=dev --global \
142142
143143
144-
144+
145145
146146
147147

scripts/gen_site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ babel --source-maps --minified --no-comments \
5050
tmp/js/themes_init.js \
5151
--out-file generated/js/themes_init.min.js
5252

53-
svgstore -o generated/img/icons.svg src/icons/**/*.svg
53+
svg-symbol-sprite -i src/icons -o generated/img/icons.svg --prefix ""

0 commit comments

Comments
 (0)