Mention case where grunt is not installed globally

This commit is contained in:
JC Brand 2013-09-17 12:07:42 +02:00
parent 3785737820
commit 46fe0ac511
5 changed files with 19 additions and 1 deletions

Binary file not shown.

View File

@ -356,6 +356,12 @@ To fetch these dependencies, run:
grunt fetch grunt fetch
If you don't have grunt installed globally, you need to specify the relative
path:
::
./node_modules/.bin/grunt fetch
This will call Bower in the background to fetch all the front-end This will call Bower in the background to fetch all the front-end
dependencies (like backbone.js, strophe.js etc.) and then put them in the dependencies (like backbone.js, strophe.js etc.) and then put them in the
*components* folder. *components* folder.

View File

@ -374,6 +374,12 @@ should get loaded in the browser).</p>
<p>To fetch these dependencies, run:</p> <p>To fetch these dependencies, run:</p>
<div class="highlight-python"><pre>grunt fetch</pre> <div class="highlight-python"><pre>grunt fetch</pre>
</div> </div>
<p>If you don&#8217;t have grunt installed globally, you need to specify the relative
path:</p>
<dl class="docutils">
<dt>::</dt>
<dd>./node_modules/.bin/grunt fetch</dd>
</dl>
<p>This will call Bower in the background to fetch all the front-end <p>This will call Bower in the background to fetch all the front-end
dependencies (like backbone.js, strophe.js etc.) and then put them in the dependencies (like backbone.js, strophe.js etc.) and then put them in the
<em>components</em> folder.</p> <em>components</em> folder.</p>

File diff suppressed because one or more lines are too long

View File

@ -356,6 +356,12 @@ To fetch these dependencies, run:
grunt fetch grunt fetch
If you don't have grunt installed globally, you need to specify the relative
path:
::
./node_modules/.bin/grunt fetch
This will call Bower in the background to fetch all the front-end This will call Bower in the background to fetch all the front-end
dependencies (like backbone.js, strophe.js etc.) and then put them in the dependencies (like backbone.js, strophe.js etc.) and then put them in the
*components* folder. *components* folder.