guard 'handlebars', :input => 'options/templates', :output => 'options/templates/compiled', :shallow => true, :bare => true do
  watch(/js\/templates\/(.*)\.handlebars$/)
end

