Skip to content

Commit

Permalink
Moving away from bower
Browse files Browse the repository at this point in the history
  • Loading branch information
darsain committed Dec 4, 2013
1 parent 781ae89 commit e8c4ba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
20 changes: 9 additions & 11 deletions README.md
Expand Up @@ -21,23 +21,21 @@ Works everywhere.

Motio upholds the [Semantic Versioning Specification](http://semver.org/).

## Installation
## Download

You can install with [Bower](http://twitter.github.io/bower):
Latest stable release:

```shell
bower install motio
```
- [Production `motio.min.js`](https://raw.github.com/darsain/motio/master/dist/motio.min.js) - 3KB, 1.6KB gzipped
- [Development `motio.js`](https://raw.github.com/darsain/motio/master/dist/motio.js) - 12KB

Or manually download the latest stable release:
jQuery plugin version:

- [Production (minified)](https://raw.github.com/darsain/motio/master/dist/motio.min.js) - 3KB, 1.6KB gzipped
- [Development (full source)](https://raw.github.com/darsain/motio/master/dist/motio.js) - 12KB
- [Production `jquery.motio.min.js`](https://raw.github.com/darsain/motio/master/dist/jquery.motio.min.js) - 3.7KB, 1.8KB gzipped
- [Development `jquery.motio.js`](https://raw.github.com/darsain/motio/master/dist/jquery.motio.js) - 13.5KB

jQuery plugin version:
When isolating issues on jsfiddle, you can use this URL:

- [Production (minified)](https://raw.github.com/darsain/motio/master/dist/jquery.motio.min.js) - 3.7KB, 1.8KB gzipped
- [Development (full source)](https://raw.github.com/darsain/motio/master/dist/jquery.motio.js) - 13.5KB
- [http://darsain.github.io/motio/js/motio.min.js](http://darsain.github.io/motio/js/motio.min.js)

## Documentation

Expand Down
11 changes: 0 additions & 11 deletions bower.json → meta.json
@@ -1,19 +1,8 @@
{
"name": "motio",
"title": "Motio",
"description": "Sprite based animations and panning.",
"version": "2.2.1",
"date": "2013-04-18 17:37:40 +00:00",
"homepage": "https://github.com/darsain/motio",
"main": "./dist/motio.js",
"ignore": [
".editorconfig",
".jshintrc",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"src"
],
"bugs": "https://github.com/darsain/motio/issues",
"repository": {
"type": "git",
Expand Down

0 comments on commit e8c4ba8

Please sign in to comment.