diff --git a/node/src/documents/project/development.html.eco b/node/src/documents/project/development.html.eco index dfee5051c..6ac382ecd 100755 --- a/node/src/documents/project/development.html.eco +++ b/node/src/documents/project/development.html.eco @@ -35,10 +35,17 @@ type : 'Semantic Project'

2) Install Dependencies

+ // docpad is used to generate static sites like semantic docs npm install -g docpad
+ // eco is used for templating inside documentation + docpad install eco +
+ +
+ // grunt is used to automated tasks like concatenating and minifying files npm install -g grunt-cli