Skip to content

Instantly share code, notes, and snippets.

@bradp
Created January 21, 2015 19:34

Revisions

  1. bradp created this gist Jan 21, 2015.
    35 changes: 35 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    {
    "folders":
    [
    {
    "follow_symlinks": true,
    "name": "my-theme",
    "path": "htdocs/wp-content/themes/my-theme-name"
    },
    {
    "follow_symlinks": true,
    "name": "some-plugin",
    "path": "htdocs/wp-content/plugins/some-plugin"
    },
    {
    "follow_symlinks": true,
    "name": "mu-plugins",
    "path": "htdocs/wp-content/mu-plugins"
    },
    {
    "follow_symlinks": true,
    "name": "plugins",
    "path": "htdocs/wp-content/plugins"
    },
    {
    "follow_symlinks": true,
    "name": "themes",
    "path": "htdocs/wp-content/themes"
    },
    {
    "follow_symlinks": true,
    "name": ".",
    "path": "htdocs"
    },
    ]
    }