Skip to content

Commit 950f735

Browse files
committed
Added raw bundle.
1 parent c326c3d commit 950f735

File tree

6 files changed

+2183
-411
lines changed

6 files changed

+2183
-411
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ npm install arangojs
1414

1515
## Browser
1616

17-
This CommonJS module is compatible with browserify. If you don't want to use browserify, you can simply use the AMD-compatible [browserify bundle](https://raw.githubusercontent.com/arangodb/arangojs/master/dist/arango.min.js) (~42 kB minified, ~10 kB gzipped) which includes all required dependencies ([extend](https://npmjs.org/package/extend) and [xhr](https://npmjs.org/package/xhr)).
17+
This CommonJS module is compatible with browserify.
18+
19+
If you don't want to use browserify, you can simply use the AMD-compatible [browserify bundle](https://raw.githubusercontent.com/arangodb/arangojs/master/dist/arango.all.min.js) (~42 kB minified, ~10 kB gzipped) which includes all required dependencies ([extend](https://npmjs.org/package/extend) and [xhr](https://npmjs.org/package/xhr)).
20+
21+
There is also a [browserify bundle without the dependencies](https://raw.githubusercontent.com/arangodb/arangojs/master/dist/arango.min.js) (~34 kB minified, ~8 kB gzipped). In this case you need to provide modules named `request` (xhr) and `extend` yourself.
1822

1923
If you want to use this module in non-ES5 browsers like Microsoft Internet Explorer 8 and earlier, you need to include [es5-shim](https://www.npmjs.com/package/es5-shim) or a similar ES5 polyfill.
2024

0 commit comments

Comments
 (0)