0.01
No commit activity in last 3 years
No release in over 3 years
This gem allows guard to watch a Shopify template directory for changes and then upload them immediately to Shopify using their API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6.0
~> 2.8.0

Runtime

>= 0.10.0
~> 1.2.1
~> 3.0.0
 Project Readme

Guard::Shopify

The Shopify guard uploads template modifications directly to Shopify, allowing you to forego the existing Textmate bundle and use any editor you like to modify Shopify templates.

Installation

Please be sure to have Guard installed before you continue.

Install the gem:

$ gem install guard-shopify

Add guard-shopify to your Gemfile (inside the development group):

group :development do
  gem 'guard-shopify'
end

Add the guard definition to your Guardfile:

$ guard init guard

When first run the gem will prompt you to enter your API key, password and store url. Follow these instructions to get this information (you only need to do it once).