Skip to content

Commit

Permalink
Build 0.5.18 - Made topics a property of Stitches
Browse files Browse the repository at this point in the history
  • Loading branch information
draeton committed Jan 27, 2012
1 parent 90da73a commit 50db24a
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 30 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## Stitches

[Stitches](http://draeton.github.com/stitches/) is an HTML5 sprite sheet generator.
The current version is `0.5.17`. Documentation is available
The current version is `0.5.18`. Documentation is available
[here](http://draeton.github.com/stitches/stitches/docs/stitches.html).

## Implementation

Stitches requires a stylesheet, a script, and an HTML element to get the job done:

<link rel="stylesheet" href="css/stitches-0.5.17-min.css">
<link rel="stylesheet" href="css/stitches-0.5.18-min.css">

<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/modernizr-2.0.6.min.js"></script>

<script src="js/stitches-0.5.17-min.js"></script>
<script src="js/stitches-0.5.18-min.js"></script>

Once that's in place, the sprite sheet generator is created by the `init` method:

Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu, 26 Jan 2012 23:59:17 -0500
#Fri, 27 Jan 2012 08:14:30 -0500
build.major=0
build.minor=5
build.number=17
build.number=18
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion build/js/stitches-0.5.17-min.js

This file was deleted.

Loading

0 comments on commit 50db24a

Please sign in to comment.