Skip to content

Commit

Permalink
add install with Bower; fixes desandro#306
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Mar 15, 2013
1 parent 789007a commit 3e11340
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This package has all the documentation and demos to get you started.

View this project live at [http://masonry.desandro.com](http://masonry.desandro.com).

## Bower

If you are cool with the command line, install jQuery Masonry as a [Bower](http://twitter.github.com/bower) package:

``` bash
bower install jquery-masonry
```

## Viewing this project locally


Expand Down
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,11 @@ button {
width: 54px;
}

.homepage .bower,
.homepage .bower code {
font-size: 17px;
}

/* mini example */

.homepage .mini div {
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<span style="font-size: 0.6em; font-weight: 400;">Just like jQuery Masonry, but without the jQuery. <em>It&rsquo;s delicious!</em></span>
</div>

<div class="item col2 bower">
<p>If you are cool with the command line,<br>
install jQuery Masonry as a <a href="http://twitter.github.com/bower">Bower</a> package:</p>
<pre><code>bower install jquery-masonry</code></pre>
</div>

</div> <!-- #container -->

<script src="{{ site.jquery_js }}"></script>
Expand Down

0 comments on commit 3e11340

Please sign in to comment.