Mention case where grunt is not installed globally
This commit is contained in:
parent
3785737820
commit
46fe0ac511
Binary file not shown.
@ -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.
|
||||||
|
@ -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’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
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user