Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
f80fd2a6
Commit
f80fd2a6
authored
Sep 17, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention case where grunt is not installed globally
parent
2c884c05
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
1 deletion
+19
-1
docs/doctrees/index.doctree
docs/doctrees/index.doctree
+0
-0
docs/html/_sources/index.txt
docs/html/_sources/index.txt
+6
-0
docs/html/index.html
docs/html/index.html
+6
-0
docs/html/searchindex.js
docs/html/searchindex.js
+1
-1
docs/source/index.rst
docs/source/index.rst
+6
-0
No files found.
docs/doctrees/index.doctree
View file @
f80fd2a6
No preview for this file type
docs/html/_sources/index.txt
View file @
f80fd2a6
...
...
@@ -356,6 +356,12 @@ To fetch these dependencies, run:
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
dependencies (like backbone.js, strophe.js etc.) and then put them in the
*components* folder.
...
...
docs/html/index.html
View file @
f80fd2a6
...
...
@@ -374,6 +374,12 @@ should get loaded in the browser).</p>
<p>
To fetch these dependencies, run:
</p>
<div
class=
"highlight-python"
><pre>
grunt fetch
</pre>
</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
dependencies (like backbone.js, strophe.js etc.) and then put them in the
<em>
components
</em>
folder.
</p>
...
...
docs/html/searchindex.js
View file @
f80fd2a6
This diff is collapsed.
Click to expand it.
docs/source/index.rst
View file @
f80fd2a6
...
...
@@ -356,6 +356,12 @@ To fetch these dependencies, run:
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
dependencies (like backbone.js, strophe.js etc.) and then put them in the
*components* folder.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment