Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added ability to pass custom chunkSize, instead of hardcoded 1MB
added package-lock.json
updated README
  • Loading branch information
industral committed Apr 17, 2019
1 parent e87ddfb commit 0a6c854
Show file tree
Hide file tree
Showing 3 changed files with 4,021 additions and 35 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For much more detailed information on how to use Aurora.js, check out the
We use [browserify](https://github.com/substack/node-browserify) to build Aurora.js. To build Aurora.js
for the browser yourself, use the following commands:

npm install
npm ci
make browser

This will place a built `aurora.js` file, as well as a source map in the `build/` directory.
Expand All @@ -74,4 +74,4 @@ This can help shave off approx. 30 KB from the joined file, or 20 KB when minifi

## License

Aurora.js is released under the MIT license.
Aurora.js is released under the MIT license.
Loading

0 comments on commit 0a6c854

Please sign in to comment.