Skip to content

Commit 3464aa3

Browse files
committed
Tweaking Readme
1 parent 78f8019 commit 3464aa3

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

README.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,12 @@ Install the `sprite` gem from gemcutter
2424
gem sources -a http://gemcutter.org
2525
gem install sprite
2626

27-
### if using Merb ###
28-
29-
With Merb 1.1 and Bundler, just add the line `gem 'sprite'` your ./Gemfile and then run `gem bundle`
30-
31-
### if using Rails ###
32-
33-
add to environment.rb
34-
35-
config.gem "sprite"
36-
37-
or install as a plugin
38-
39-
script/plugin install git://github.com/gistinc/sprite.git
40-
4127
## USAGE ##
4228

4329
if installed as a gem, at your root project folder you can just run
4430

4531
sprite
4632

47-
if you would rather not install the gem, you can also use it with rake
48-
49-
rake sprite:build
50-
51-
5233
### Intelligent Defaults ###
5334

5435
Without having to configure anything, `sprite` will allow you to easily generate sprites based on a couple default folder settings we give you right off the bat.
@@ -177,6 +158,13 @@ We also support mixin syntax via `style: sass_mixin`. If set, sprite will only g
177158

178159
.mysmallbluestar
179160
+sprite("blue-stars", "small")
161+
162+
163+
## Framework Integration?? ##
164+
165+
`sprite` is provided as a command line helper. Deep web framework integration is not implemented at this time, however it shouldn't be needed. Just generate your sprites on your dev machine by running the command line, check in the resulting sprite images and stylesheets to your source control, and deploy!
166+
167+
You can also easily script it out via capistrano. You could also run `sprite` on application start, or just about anywhere. Let me know what limitations you run into.
180168

181169
## ABOUT `sprite` ##
182170

0 commit comments

Comments
 (0)