Skip to content

Commit

Permalink
Add Svelte to Examples (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdesignory authored Oct 5, 2023
1 parent 0477425 commit 15bdca9
Show file tree
Hide file tree
Showing 20 changed files with 1,966 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ jobs:
env:
- CYPRESS_framework=scalajs-react
<<: *defaults
- stage: test
env:
- CYPRESS_framework=svelte
<<: *defaults
- stage: test
env:
- CYPRESS_framework=typescript-angular
Expand Down
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
lit:
<<: *defaults
# compiled-to-js frameworks
svelte:
<<: *defaults
kotlin-react:
<<: *defaults
typescript-react:
Expand Down Expand Up @@ -172,6 +174,7 @@ workflows:
compiled-to-js:
jobs:
# elm is not working very well
- svelte
- typescript-react
- binding-scala
- angular-dart
Expand Down
7 changes: 7 additions & 0 deletions examples/svelte/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# misc
.DS_Store
1 change: 1 addition & 0 deletions examples/svelte/dist/assets/index-a145fce1.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15bdca9

Please sign in to comment.