-
Notifications
You must be signed in to change notification settings - Fork 11
Installation
travis edited this page Jun 6, 2014
·
2 revisions
Prerequisites: Bundler, Homebrew
-
In terminal window, change to project folder and run:
bundle install --gemfile=_Gemfile
-
Download Google Closure, place jar file in
~/Library/Google/compiler-latest
(if you'd like a different location, update _build.thor in your project's folder with new location) -
Download htmlcompressor jar, place in same directory as Closure jar.
-
Install optipng for optimizing PNGs:
brew install optipng
-
Install s3cmd to upload to Amazon S3:
brew install s3cmd
s3cmd --configure
-
ImageMagick and RMagick to automatically resize 2x images:
brew install imagemagick
comment out
gem rmagick
in _Gemfile in your project folder, run step #1