Skip to content

Commit

Permalink
Tooling clean up
Browse files Browse the repository at this point in the history
 - Removed tools since they now exist under Genfic/Ogma.Tools repository
 - Moved most tasks related to the tool from `package.json` to `taskfile.yml`
  • Loading branch information
Atulin committed Mar 31, 2023
1 parent 59fa209 commit 295f578
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 373 deletions.
36 changes: 0 additions & 36 deletions Ogma3/bundlesize.py

This file was deleted.

9 changes: 1 addition & 8 deletions Ogma3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@
"scripts": {
"build": "gulp all",
"dev": "gulp watchAll",
"score": "lighthouse https://localhost:5001 --view",
"serve": "test-serve.bat",
"t:webtypes": "wca-webtypes analyze ./wwwroot/js/src/**/*.ts --format webtypes --outFile ./web-types.json",
"t:cssdemo": "deno run --allow-read --allow-net ./Tools/css-demo.ts",
"t:preloads": "deno run --allow-read ./Tools/generate-preloads.ts",
"t:imports": "deno run --allow-read ./Tools/generate-imports.ts",
"t:bundlesize": "deno run --allow-read --unstable ./Tools/bundlesize.ts",
"t:paths": "deno run --allow-net --unsafely-ignore-certificate-errors=localhost --allow-read --allow-write ./Tools/generate-paths.ts ./Ogma3/wwwroot/js/src/generated"
"t:webtypes": "wca-webtypes analyze ./wwwroot/js/src/**/*.ts --format webtypes --outFile ./web-types.json"
},
"name": "ogma-3",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contain something when the code itself is ready for prime time.
.NET 6, PostgreSQL

To run some helper scripts contained in the [taskfile](./taskfile.yml), the companion tool,
[Genfic/Tool](https://github.com/Genfic/Tool) needs to be installed.
[Genfic/Tool](https://github.com/Genfic/Tool) needs to be installed. Tasks can be run with [Taskfile](https://taskfile.dev/)

## License

Expand Down
29 changes: 0 additions & 29 deletions Tools/bundlesize.ts

This file was deleted.

58 changes: 0 additions & 58 deletions Tools/css-demo.ts

This file was deleted.

10 changes: 0 additions & 10 deletions Tools/deno.jsonc

This file was deleted.

21 changes: 0 additions & 21 deletions Tools/generate-imports.ts

This file was deleted.

101 changes: 0 additions & 101 deletions Tools/generate-paths.ts

This file was deleted.

6 changes: 0 additions & 6 deletions Tools/generate-preloads.ts

This file was deleted.

4 changes: 0 additions & 4 deletions Tools/generated/paths-internal.ts

This file was deleted.

92 changes: 0 additions & 92 deletions Tools/generated/paths-public.ts

This file was deleted.

4 changes: 0 additions & 4 deletions Tools/paths.ts

This file was deleted.

Loading

0 comments on commit 295f578

Please sign in to comment.