Skip to content

Instantly share code, notes, and snippets.

View vizjerai's full-sized avatar

Andrew Assarattanakul vizjerai

View GitHub Profile
@vizjerai
vizjerai / gist:1180946
Created August 30, 2011 13:55 — forked from jejacks0n/gist:990160
Adding sprockets to evergreen for rails 3.1 and coffeescript (via /config/evergreen.rb)
# For Rails 3.1 asset packaging / sprockets support
# 1. Create a /config/evergreen.rb file and put these contents in it
# 2. Adjust the paths below (the provided ones are generic)
require ::File.expand_path('../application', __FILE__)
module Evergreen
class << self
def application_with_additions(suite)
app = application_without_additions(suite)