Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbullington authored Jan 14, 2021
1 parent 1f17119 commit 541a0fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ preamble which this is derived from.
## Contributing

The only file that we directly modify is `preamble.js`. After that, to reflect your changes in
both `preamble.dart` and `preamble.min.js`, run `npm install && npm run minify`
both `preamble.dart` and `preamble.min.js`, run `npm install && npm run minify`

### Testing

`node_preamble` tries to support the following platforms. Before a `pub` release, the following environments should be manually tested with a sample `dart2js` output:

- `node`
- Webpack (easy way is with `create-react-app`)
- Electron Fiddle (w/ and w/o node integration)

0 comments on commit 541a0fd

Please sign in to comment.