From f0ee48dc33c21493bc96d6dd795937361866e035 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Jan 2014 17:10:06 -0500 Subject: [PATCH] Updates local dev guide --- server/documents/project/development.html.eco | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/server/documents/project/development.html.eco b/server/documents/project/development.html.eco index 7b19106c9..6dc2e0413 100755 --- a/server/documents/project/development.html.eco +++ b/server/documents/project/development.html.eco @@ -50,17 +50,25 @@ type : 'Semantic Project' npm update; npm install; -

Creating Packages for Server

+

4a Creating Packages for Server

+ -

Docpad will generate a static (html/css only) version of the documentation everytime you update a file inside server/

Additionally your server needs to have the latest version of Semantic built before the documentation will appear formatted correctly. Running grunt build will create a version of the library at docs/build available for your server

grunt build
+

4b Watching Files

+ +

Docpad will automatically generate a static (html/css only) version of the documentation everytime you update a file inside server/

+ +

If you would like it to build semantic everytime you edit a file inside src/ you will have to run the grunt watch script.

+
+ grunt watch; +
-

4. Start Your Server

+

4c. Start Your Server

Now that you've installed all the dependencies, starting your server should be a simple command