Editing your theme using WebDAV on Mac OSX

From Spiffy Stores Knowledge Base

You can use the "Connect to Server" command to access your Spiffy Store theme files using WebDAV.

In the Finder, choose Go > Connect To Server, type the address of the server in the Server Address field, and click Connect.


Webdav osx 1.png

The server address should be in a form similar to this:

https://yourstorename.spiffystores.com/dav/

Note: You must specify https to ensure that you are using a secure session.

Webdav osx 2.png

You will be prompted to enter your username and password. Use your email address and password that you use to log on to your Spiffy Store toolbox.

After you've authenticated, you should be able to see a list of the folders that make up your theme. You can then edit your theme using the editor of your choice, such as TextMate, Taco HTML Edit, Rapidweaver or MacRabbit Espresso etc.

Webdav osx 3.png

  • The "assets" folder contains any images, stylesheets and JavaScript files used by your theme.
  • The "templates" folder contains templates for each of the different types of pages built into your theme.
  • The "layout" folder contains your Theme.liquid and Theme.settings files
  • The "snippets" folder contains any snippets that are used in your theme.

For more information about how your theme is constructed, please go to The Spiffy Stores Theme Guide

And one more thing...

If you change your network settings (by opening Network preferences or by choosing a new location from the Apple menu) while you are connected to the WebDAV server, you should disconnect from the server, then connect to it again. To disconnect, select the server and choose Eject from the File menu.

About WebDAV

WebDAV (World Wide Web Distributed Authoring and Versioning) is a standard for collaborative authoring on the Web. It is a set of extensions to the Hypertext Transfer Protocol (HTTP) that allows for collaborative editing and file management between users via the Internet.

For more information, check the WebDAV website at http://www.webdav.org