Skip to content

Commit

Permalink
README : add Isotope submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Apr 11, 2012
1 parent 3473796 commit 43c3932
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,28 @@ jekyll --server --auto

Then view the live site at [http://localhost:4000](http://localhost:4000).

## Including Isotope as a submodule

The _module_ branch has just `jquery.isotope.js` and `jquery.isotope.min.js`, perfect for adding to your repo as a [submodule](http://dropshado.ws/post/20058825150/git-submodules).

``` bash
git submodule add https://github.com/desandro/isotope.git
cd isotope/
git checkout module
git pull origin module
cd ../
git submodule update --init
```

Then you can reference `isotope/jquery.isotope.min.js` within your own project.

To pull in the lastest version of the isotope submodule:

``` bash
cd isotope/
git pull origin module
```

## Changelog

View the [commit history](https://github.com/desandro/isotope/commits/master/jquery.isotope.js) for a complete robust list of changes to the script.
Expand All @@ -53,4 +75,4 @@ View the [commit history](https://github.com/desandro/isotope/commits/master/jqu

* * *

Copyright (c) 2011-2012 David DeSandro / Metafizzy LLC
Copyright (c) 2011-2012 David DeSandro / Metafizzy LLC

0 comments on commit 43c3932

Please sign in to comment.