Skip to content

Commit 9f12361

Browse files
committed
[UPDATE] the esbuild.js file to not copy files that we do not need anymore
1 parent aea54f0 commit 9f12361

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vscode/asperheader/esbuild.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,6 @@ async function main() {
191191
from: ['./assets/formatingRules/languages.min.json'],
192192
to: ['./assets/formatingRules/']
193193
},
194-
{
195-
from: ['./assets/icon/icon_v2_cleaned.png'],
196-
to: ['./assets/icon/'],
197-
},
198-
{
199-
from: ['./README.md', './CHANGELOG.md'],
200-
to: ['./'],
201-
},
202194
{
203195
from: ["./assets/asciiArt/**/*.txt"],
204196
to: ['./assets/asciiArt/'],

0 commit comments

Comments
 (0)