Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build 0.0.29 -
  • Loading branch information
draeton committed Nov 30, 2011
1 parent 2eb9b56 commit eef1a0e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,19 +1,19 @@
## Stitches

[Stitches](http://draeton.github.com/stitches/) is an HTML5 sprite generator.
The current version is `0.0.28`. Documentatin is available
The current version is `0.0.29`. Documentatin is available
[here](http://draeton.github.com/stitches/docs/main.html).

## Implementation

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

<link rel="stylesheet" href="css/stitches-0.0.28-min.css">
<link rel="stylesheet" href="css/stitches-0.0.29-min.css">

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

<script src="js/stitches-0.0.28-min.js"></script>
<script src="js/stitches-0.0.29-min.js"></script>

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

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -16,7 +16,7 @@
<input message="Please enter a commit message:" addproperty="commit.message"/>
<fail message="Commit message must be longer than 12 chars.">
<condition>
<length string="${commit.message}" trim="true" when="greater" length="12"/>
<length string="" trim="true" when="greater" length="12"/>
</condition>
</fail>
</target>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eef1a0e

Please sign in to comment.