Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Glasner committed Mar 23, 2010
1 parent 5095179 commit 7b288b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= jammit_lite

Jammit::Lite replaces Jammit in production environments that pre-bundle all their files, e.g. Heroku. Removing Jammit as a dependency from the production app saves over 9MB, which means faster deploys at Heroku.
Jammit::Lite replaces Jammit in production Rails apps that pre-bundle all their files, e.g. Heroku. Removing Jammit as a dependency from the production app saves over 9MB, which means faster deploys at Heroku.

== Installation

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ begin
Jeweler::Tasks.new do |gem|
gem.name = "jammit_lite"
gem.summary = "Replaces full Jammit gem in production. Made to reduce slug size at Heroku"
gem.description = "Jammit is awesome, but the gem is giant. Jammit::Lite loads Jammit in development, but replaces it in production saving over 9MB."
gem.description = "Use Jammit on Heroku without slug bloat. Jammit::Lite loads Jammit in development, but replaces it in production saving over 9MB."
gem.email = "jordan@digitalignition.com"
gem.homepage = "http://github.com/glasner/jammit_lite"
gem.authors = ["Jordan Glasner"]
Expand Down

0 comments on commit 7b288b6

Please sign in to comment.