Skip to content

Commit

Permalink
README: Resources are stored based on home_url() not HOST_NAME.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Aug 5, 2013
1 parent a49ab4a commit 8ff7a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@ grunt.loadNpmTasks( "grunt-wordpress" );


Finally, copy `grunt-wordpress.php` in to your WordPress install as a plugin. Finally, copy `grunt-wordpress.php` in to your WordPress install as a plugin.


Resources are uploaded to `/gw-resources/{HOST_NAME}/`, so if you'd like a Resources are uploaded to `/gw-resources/{HOME_URL}/`, so if you'd like a
friendlier name, you'll need to setup a redirect in your web server. friendlier name, you'll need to setup a redirect in your web server.


If you have problems uploading resources, check the [Permissive Uploads](#permissive-uploads) section. If you have problems uploading resources, check the [Permissive Uploads](#permissive-uploads) section.
Expand Down Expand Up @@ -319,7 +319,7 @@ Overwrites existing resources with the same path.
* `callback` (`function( error, checksum )`): Callback to invoke after publishing the resource. * `callback` (`function( error, checksum )`): Callback to invoke after publishing the resource.
* `checksum`: Checksum of the encoded content. * `checksum`: Checksum of the encoded content.


*Note: Resources are uploaded to `/gw-resources/{HOST_NAME}/`.* *Note: Resources are uploaded to `/gw-resources/{HOME_URL}/`.*


#### wordpress-delete-resource( path, callback ) #### wordpress-delete-resource( path, callback )


Expand Down

0 comments on commit 8ff7a31

Please sign in to comment.