Created
April 9, 2013 07:03
-
-
Save hrkd/5343590 to your computer and use it in GitHub Desktop.
普段使い
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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