From d3ccad1c2b86f7925ad4583e0e4e660a9511e09c Mon Sep 17 00:00:00 2001 From: vitalets Date: Tue, 27 Nov 2012 15:38:12 +0400 Subject: [PATCH] readme updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6d827..ca3354d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ Or use grunt's _qunit_ task grunt test. For that you also need to [ 5.To build lib + docs: * run grunt build in **lib** directory * run build data-docs-dist in **gh-pages** directory -You will get distributive in **lib/dist** and updated docs in **gh-pages/index.html** and **gh-pages/docs.html** (don't edit these files directly). +You will get distributive in **lib/dist** and updated docs in **gh-pages/*.html**. +Do not edit **index.html** and **docs.html** directly! Instead look at [Handlebars](https://github.com/wycats/handlebars.js) templates in **generator/templates**. 6.Commit changes on dev branch and make pull request as usual.