Skip to content

Instantly share code, notes, and snippets.

@Prashanth-M
Prashanth-M / gist:4051361508b8dee00182
Created October 14, 2015 11:55 — forked from xdite/gist:3072362
deploy/asset.rb
# -*- encoding : utf-8 -*-
set :assets_dependencies, %w(app/assets lib/assets vendor/assets Gemfile.lock config/routes.rb)
namespace :deploy do
namespace :assets do
desc <<-DESC
Run the asset precompilation rake task. You can specify the full path \
to the rake executable by setting the rake variable. You can also \