Skip to content

Instantly share code, notes, and snippets.

@roshanca
Created April 2, 2014 08:46
Show Gist options
  • Save roshanca/9930347 to your computer and use it in GitHub Desktop.
Save roshanca/9930347 to your computer and use it in GitHub Desktop.
jekyll and compass watch Guardfile
guard 'jekyll-plus', serve: ENV['JEKYLL_SERVE'] do
watch /^source/
watch /^_config\.yml/
end
guard 'compass' do
watch %r{^sass/(.*)\.s[ac]ss$}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment