Skip to content

Commit

Permalink
chore: move src/icons/ to src/test-assets/icons/
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt authored and jgroth committed Apr 4, 2024
1 parent c2c5a42 commit 540ea0a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 2 additions & 6 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ export const config: Config = {
copy: [
{ src: 'style/color-palette-extended.css' },
{
/*
* Public domain svg files that can be used in tests
* https://freesvg.org/yoga-exercise-low-poly-silhouette
*/
src: 'icons/',
dest: 'assets/icons/',
src: 'test-assets/',
dest: 'assets/',
},
{
src: '../node_modules/kompendium/dist/',
Expand Down

0 comments on commit 540ea0a

Please sign in to comment.