[go: up one dir, main page]

Skip to content

Commit

Permalink
Released version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Aug 12, 2015
1 parent 2b721d3 commit 7b33c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Custom loading and bundling
# Custom bundling

Math.js is a large library containing many data types and functions.
It is well possible that you only need a small portion of the library.
Math.js allows for loading only the data types and functions that you need.
This give faster load times, and allows bundling only the used part of the
library with tools like Webpack or browserify.
Math.js allows for creating a custom index file, loading only the data types
and functions that you need. This give faster load times, and allows bundling
only the used part of the library with tools like Webpack or browserify.

To load an empty instance of math.js, load `mathjs/core`. This core only
contains functions `import` and `config`.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describing all available functions, constants, and units in detail.
- [Configuration](configuration.md)
- [Serialization](serialization.md)
- [Extension](extension.md)
- [Custom loading and bundling](custom_loading_and_bundling.md)
- [Custom bundling](custom_bundling.md)
- [Command Line Interface](command_line_interface.md)

## Examples
Expand Down

0 comments on commit 7b33c1e

Please sign in to comment.