Skip to content

Instantly share code, notes, and snippets.

@nelsonjchen
Created April 12, 2013 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsonjchen/5374450 to your computer and use it in GitHub Desktop.
Save nelsonjchen/5374450 to your computer and use it in GitHub Desktop.
#
# Cookbook Name:: nanoc-compass-overflow-demo
# Recipe:: default
#
# Copyright (C) 2013 YOUR_NAME
#
# All rights reserved - Do Not Redistribute
#
bash 'demo_bundler' do
cwd '/home/vagrant/demo'
user 'vagrant'
code 'bundle'
action :nothing
end
git '/home/vagrant/demo/' do
repository 'https://github.com/crazysim/nanoc-foundation-blog.git'
reference 'overflow-demo'
action :sync
user 'vagrant'
group 'vagrant'
notifies :run, 'bash[demo_bundler]', :immediately
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment