From fab0b0bed00cf5d9e5610f0459744b1a9ec5a65e Mon Sep 17 00:00:00 2001 From: Peng Wang Date: Sun, 7 Jun 2015 21:44:43 -0700 Subject: [PATCH] Fixup 2b86084, minor readme update. :memo: --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e6c5a2..b92b13d 100644 --- a/README.md +++ b/README.md @@ -127,13 +127,15 @@ Note that Grunt task options and multi-tasks are in build/. "file_exclude_patterns": [ "dist/*", - "docs/*", + "docs/index.html", "release/*", "tests/*.css", "tests/*.js" ], "folder_exclude_patterns": [ + ".grunt", + "docs/*", "node_modules", "gh-pages" ]