From f231a3f259ed47fa18758a9edfa931d3eb9b078c Mon Sep 17 00:00:00 2001 From: Mike Edwards Date: Mon, 15 Oct 2012 15:08:37 -0400 Subject: [PATCH] Changed "grunt" to "grunt deploy" It's not obvious that the deploy task needs to be run to get the content into the WordPress db. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9443f2..7c1e2198 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Wi 1. `npm install` 2. `cp config-sample.json config.json` 3. Edit config.json per https://github.com/scottgonzalez/grunt-wordpress#config -4. `grunt` +4. `grunt deploy` ## Style Guidelines