🎉 Add node scripts based compile & watch alternative to gulp

This commit is contained in:
Andrey Antukh 2024-03-01 15:23:35 +01:00
parent 83ac6024a2
commit ec9d67ae1e
11 changed files with 895 additions and 24 deletions

View file

@ -26,7 +26,6 @@
<script>
window.penpotTranslations = JSON.parse({{& translations}});
window.penpotThemes = {{& themes}};
window.penpotVersion = "%version%";
window.penpotBuildDate = "%buildDate%";
</script>
@ -39,8 +38,8 @@
</head>
<body>
{{>../public/images/sprites/symbol/icons.svg}}
{{>../public/images/sprites/symbol/cursors.svg}}
{{> ../public/images/sprites/symbol/icons.svg }}
{{> ../public/images/sprites/symbol/cursors.svg }}
<div id="app"></div>
<section id="modal"></section>
{{# manifest}}

View file

@ -7,7 +7,6 @@
<link rel="icon" href="images/favicon.png" />
<script>
window.penpotThemes = {{& themes}};
window.penpotVersion = "%version%";
</script>