mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:26:38 +02:00
🎉 Add inline SVG and npm cli tools
This commit is contained in:
parent
ebd6cdfe29
commit
87d176fa2f
7 changed files with 25 additions and 12 deletions
|
@ -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",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue