Skip to content

Instantly share code, notes, and snippets.

@illarionvk
Created September 11, 2013 09:24
Show Gist options
  • Save illarionvk/6521296 to your computer and use it in GitHub Desktop.
Save illarionvk/6521296 to your computer and use it in GitHub Desktop.
Guard configuration for Shopify theme development
guard 'sass', :input => '_sass', :output => 'assets', :extension => ".scss.liquid", :style => :compressed, :all_on_start => true
guard 'sprockets', :destination => 'assets', :root_file => '_foundation/js/foundation/foundation_all.js'
guard 'haml', :default_ext => 'liquid', :run_at_start => true do
watch %r{.+(\.liquid\.haml)}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment