Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Dec 7, 2024
1 parent 2ee63a7 commit f4196d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 26 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ Data Interchange is a Network Application Programming Interface Development Plat
```shell
git clone

dart compile js
```

OR

```shell
git clone

dart pub upgrade

dart run build_runner build
Expand Down
23 changes: 0 additions & 23 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,3 @@ targets:
generate_for:
- test/**.dart
- lib/**.dart
options:
compilers:
dartdevc:
args:

dart2js:
args:

dart2wasm:
args:

dev_options:
compilers:
dartdevc:
args:

release_options:
compilers:
dart2js:
args:

dart2wasm:
args:
2 changes: 1 addition & 1 deletion lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="main-index" content="width=device-width" />
</head>

<script src="_.js"></script>
<script src="build/development/main.js"></script>

<body>
<main>
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ packages:
dependency: transitive
description:
name: coverage
sha256: "4b03e11f6d5b8f6e5bb5e9f7889a56fe6c5cbe942da5378ea4d4d7f73ef9dfe5"
sha256: e3493833ea012784c740e341952298f1cc77f1f01b1bbc3eb4eecf6984fb7f43
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.11.1"
crypto:
dependency: "direct main"
description:
Expand Down

0 comments on commit f4196d1

Please sign in to comment.