wilr / grunt-shopify

Grunt plug-in for publishing Shopify theme assets
BSD 3-Clause "New" or "Revised" License
107 stars 32 forks source link

Add option to deploy without settings_data.json #46

Closed graygilmore closed 9 years ago

graygilmore commented 9 years ago

Sometimes I just want to upload all new files without overwriting my current settings. It's easy to hop into the theme editor in the Shopify backend and rollback to a previous version of the file but this makes it even easier.

Simply pass --no-json as an option to the shopify:upload task:

grunt shopify:upload --no-json
graygilmore commented 9 years ago

Removed iffy boolean argument: https://github.com/wilr/grunt-shopify/pull/47