Skip to content

Commit a493756

Browse files
authored
Handle new format for "who is using svelte" (#5918)
1 parent 8364048 commit a493756

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ _output
3434
/site/scripts/svelte-app
3535
/site/scripts/community
3636
/site/src/routes/_contributors.js
37-
/site/src/routes/_components/WhosUsingSvelte.svelte
37+
/site/src/routes/_components/WhosUsingSvelte.*

site/scripts/update_whos_using.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ sh.exec('npx degit sveltejs/community scripts/community');
88

99
// copy over relevant files
1010
sh.cp('scripts/community/whos-using-svelte/WhosUsingSvelte.svelte', 'src/routes/_components/WhosUsingSvelte.svelte');
11+
sh.cp('scripts/community/whos-using-svelte/WhosUsingSvelte.js', 'src/routes/_components/WhosUsingSvelte.js');
1112
sh.rm('-rf', 'static/organisations');
1213
sh.cp('-r', 'scripts/community/whos-using-svelte/organisations', 'static');

0 commit comments

Comments
 (0)