🎉 Add inline SVG and npm cli tools

This commit is contained in:
alonso.torres 2023-11-27 12:27:01 +01:00 committed by Alonso Torres
parent ebd6cdfe29
commit 87d176fa2f
7 changed files with 25 additions and 12 deletions

View file

@ -281,6 +281,15 @@ gulp.task(
}),
);
gulp.task(
"template:storybook",
templatePipeline({
name: "preview-body.html",
input: paths.resources + "templates/preview-body.mustache",
output: "./.storybook/",
}),
);
gulp.task(
"template:render",
templatePipeline({
@ -305,6 +314,7 @@ gulp.task(
"svg:sprite:icons",
"svg:sprite:cursors",
"template:main",
"template:storybook",
"template:render",
"template:rasterizer",
),