Skip to content

Commit

Permalink
chore: remove rematch-tsx example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 4, 2024
1 parent 279a0fe commit 7a0f455
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 746 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Expand Up @@ -72,10 +72,6 @@ jobs:
working-directory: example/react-router-ts
run: npm run build

- name: example @template/rematch-tsx
working-directory: example/rematch-tsx
run: npm run build

- name: example @template/scss
working-directory: example/scss
run: npm run build
Expand Down Expand Up @@ -188,9 +184,6 @@ jobs:
working-directory: example/react-router-ts
run: npm run build

- name: example @template/rematch-tsx
working-directory: example/rematch-tsx
run: npm run build

- name: example @template/scss
working-directory: example/scss
Expand Down Expand Up @@ -260,11 +253,6 @@ jobs:
working-directory: example/react-router-ts
- run: cp -rp example/react-router-ts/react-router-ts.zip ./zip

- name: Compress rematch-tsx Example.
run: zip -r -y rematch-tsx.zip . -x "node_modules/*" -x "build/*" -x "dist/*" -x "coverage/*" -x ".eslintcache" -x "sandbox.config.json"
working-directory: example/rematch-tsx
- run: cp -rp example/rematch-tsx/rematch-tsx.zip ./zip

- name: Compress scss Example.
run: zip -r -y scss.zip . -x "node_modules/*" -x "build/*" -x "dist/*" -x "coverage/*" -x ".eslintcache" -x "sandbox.config.json"
working-directory: example/scss
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr.yml
Expand Up @@ -61,10 +61,6 @@ jobs:
working-directory: example/react-router-ts
run: npm run build

- name: example @template/rematch-tsx
working-directory: example/rematch-tsx
run: npm run build

- name: example @template/scss
working-directory: example/scss
run: npm run build
Expand Down
1 change: 0 additions & 1 deletion core/README.md
Expand Up @@ -77,7 +77,6 @@ You can download the following examples directly. [Download page](https://kktjs.
- [**`less`**](https://github.com/kktjs/kkt/tree/master/example/less) - Use an example of `Less`. [`Open in CodeSandbox`](https://codesandbox.io/s/github/kktjs/kkt/tree/master/example/less)
- [**`markdown`**](https://github.com/kktjs/kkt/tree/master/example/markdown) - Use an example of `Markdown`. [`Open in CodeSandbox`](https://codesandbox.io/s/github/kktjs/kkt/tree/master/example/markdown)
- [**`react-component-tsx`**](https://github.com/kktjs/kkt/tree/master/example/react-component-tsx) - Create a project containing the website for the react component library.
- [**`rematch-tsx`**](https://github.com/kktjs/kkt/tree/master/example/rematch-tsx) - Use [`Rematch`](https://github.com/rematch/rematch) example for TypeScript. [`Open in CodeSandbox`](https://codesandbox.io/s/github/kktjs/kkt/tree/master/example/rematch-tsx)
- [**`react-router`**](https://github.com/kktjs/kkt/tree/master/example/react-router) - Use [`react-router`](https://github.com/remix-run/react-router) for the project. [`Open in CodeSandbox`](https://codesandbox.io/s/github/kktjs/kkt/tree/master/example/react-router)
- [**`scss`**](https://github.com/kktjs/kkt/tree/master/example/scss) - Use an example of `Scss`. [`Open in CodeSandbox`](https://codesandbox.io/s/github/kktjs/kkt/tree/master/example/scss)
- [**`stylus`**](https://github.com/kktjs/kkt/tree/master/example/stylus) - Use an example of `Stylus`. [`Open in CodeSandbox`](https://codesandbox.io/s/github/kktjs/kkt/tree/master/example/stylus)
Expand Down
1 change: 0 additions & 1 deletion core/package.json
Expand Up @@ -20,7 +20,6 @@
"kkt",
"react",
"redux",
"rematch",
"uiw",
"redux-saga",
"elm",
Expand Down
17 changes: 0 additions & 17 deletions example/rematch-tsx/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions example/rematch-tsx/.kktrc.ts

This file was deleted.

37 changes: 0 additions & 37 deletions example/rematch-tsx/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions example/rematch-tsx/mocker/index.js

This file was deleted.

69 changes: 0 additions & 69 deletions example/rematch-tsx/mocker/login.js

This file was deleted.

54 changes: 0 additions & 54 deletions example/rematch-tsx/package.json

This file was deleted.

Binary file removed example/rematch-tsx/public/favicon.ico
Binary file not shown.
39 changes: 0 additions & 39 deletions example/rematch-tsx/public/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions example/rematch-tsx/sandbox.config.json

This file was deleted.

5 changes: 0 additions & 5 deletions example/rematch-tsx/src/assets/logo-dark.svg

This file was deleted.

5 changes: 0 additions & 5 deletions example/rematch-tsx/src/assets/logo-light.svg

This file was deleted.

18 changes: 0 additions & 18 deletions example/rematch-tsx/src/index.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions example/rematch-tsx/src/layouts/BasicLayout.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions example/rematch-tsx/src/layouts/BasicLayout.module.less

This file was deleted.

0 comments on commit 7a0f455

Please sign in to comment.