diff --git a/server/documents/project/development.html.eco b/server/documents/project/development.html.eco index bd9be57a3..7b19106c9 100755 --- a/server/documents/project/development.html.eco +++ b/server/documents/project/development.html.eco @@ -44,10 +44,19 @@ type : 'Semantic Project'
NPM (Node Package Manager) keeps track of all the dependencies required for the project.
-Running npm update
inside the local directory will grab all development dependencies from package.json
and store them in the root of the project.
Updating npm inside the local directory will grab all development dependencies from package.json
and store them in the root of the project.
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