From f59697363ec6539a302e024bb0374587e2bf3ab3 Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Fri, 7 Dec 2012 00:18:46 +0400 Subject: [PATCH] readme: build description update --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5b5d5e..38aacf7 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,12 @@ To test the result go to **playground**, start server node server.jsgrunt test. For that you also need to [install PhantomJS](https://github.com/gruntjs/grunt/blob/master/docs/faq.md#why-does-grunt-complain-that-phantomjs-isnt-installed) -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/*.html**. +5.To build distributive run grunt build in **lib** directory. Result will appear in **lib/dist**. + +6.To build docs run build data-docs-dist in **gh-pages** directory. Result will appear 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 / gh-pages-dev branch and make pull request as usual. +7.Commit changes on dev / gh-pages-dev branch and make pull request as usual. Thanks for your support!