# Browser-Compatible Version

This directory contains a browser-compatible version of Leche. This file is automatically generated during the release process and should never be modified manually.

Having this generated file allows you to access Leche through the [RawGit](http://rawgit.com) CDN.

The last published release:

```
https://cdn.rawgit.com/box/leche/master/dist/leche.js
```

Minified:

```
https://cdn.rawgit.com/box/leche/master/dist/leche.min.js
```

A specific version (in this example v2.1.0):

```
https://cdn.rawgit.com/box/leche/v2.1.0/dist/leche.js
```

Minified:

```
https://cdn.rawgit.com/box/leche/v2.1.0/dist/leche.min.js
```

Also, please do not include this file in pull requests. Thanks!
