Browse Source

Updates development docs to be more thorough fixes #202

pull/217/head
jlukic 11 years ago
parent
commit
b9024dd8d9
1 changed files with 7 additions and 0 deletions
  1. 7
      node/src/documents/project/development.html.eco

7
node/src/documents/project/development.html.eco

@ -35,10 +35,17 @@ type : 'Semantic Project'
<h3 class="ui header">2) Install Dependencies</h3>
<div class="code" data-title="Installing DocPad" data-type="terminal">
// docpad is used to generate static sites like semantic docs
npm install -g docpad
</div>
<div class="code" data-title="Installing Grunt" data-type="terminal">
// eco is used for templating inside documentation
docpad install eco
</div>
<div class="code" data-title="Installing Grunt" data-type="terminal">
// grunt is used to automated tasks like concatenating and minifying files
npm install -g grunt-cli
</div>

Loading…
Cancel
Save