Skip to content

Instantly share code, notes, and snippets.

@cbfrance
Created August 1, 2014 22:29
Show Gist options
  • Save cbfrance/6b0f2c3cee437345ba65 to your computer and use it in GitHub Desktop.
Save cbfrance/6b0f2c3cee437345ba65 to your computer and use it in GitHub Desktop.
Guardfile
group :sass, :all_on_start => true do
guard 'livereload', :latency => '0.5', :host => '127.0.0.1', :api_version => '2.0.9', :port => '35729', :apply_css_live => true do
watch(%r{\.(css|php|js)$})
end
guard :compass, configuration_file: './config.rb'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment