Skip to content

Instantly share code, notes, and snippets.

@hrkd
Created April 9, 2013 07:03
Show Gist options
  • Save hrkd/5343590 to your computer and use it in GitHub Desktop.
Save hrkd/5343590 to your computer and use it in GitHub Desktop.
普段使い
guard 'livereload' do
watch(/\.html?/)
watch(/\.css/)
watch(/\.js/)
watch(/\.png/)
end
#guard 'sass', :input => 'sass', :output => 'css'
guard 'compass' do
watch(/\.scss/)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment