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
01d8047f
Commit
01d8047f
authored
Apr 04, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention that git is needed
Conflicts: docs/source/index.rst
parent
8aa975c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docs/source/index.rst
docs/source/index.rst
+4
-3
No files found.
docs/source/index.rst
View file @
01d8047f
...
@@ -401,7 +401,9 @@ which depend on Node.js and npm (the Node package manager).
...
@@ -401,7 +401,9 @@ which depend on Node.js and npm (the Node package manager).
If you don't have Node.js installed, you can download and install the latest
If you don't have Node.js installed, you can download and install the latest
version `here <https://nodejs.org/download>`_.
version `here <https://nodejs.org/download>`_.
Once you have Node.js installed, run the following command inside the Converse.js
Also make sure you have ``git`` installed. `Details <http://git-scm.com/book/en/Getting-Started-Installing-Git>`_.
Once you have *Node.js* and *git* installed, run the following command inside the Converse.js
directory:
directory:
::
::
...
@@ -414,7 +416,7 @@ and then use Bower to install all of Converse.js's front-end dependencies.
...
@@ -414,7 +416,7 @@ and then use Bower to install all of Converse.js's front-end dependencies.
The front-end dependencies are those javascript files on which
The front-end dependencies are those javascript files on which
Converse.js directly depends and which will therefore be loaded in the browser.
Converse.js directly depends and which will therefore be loaded in the browser.
If you are curious to know what the
se
different dependencies are:
If you are curious to know what the different dependencies are:
* Development dependencies:
* Development dependencies:
Take a look at whats under the *devDependencies* key in
Take a look at whats under the *devDependencies* key in
...
@@ -424,7 +426,6 @@ If you are curious to know what these different dependencies are:
...
@@ -424,7 +426,6 @@ If you are curious to know what these different dependencies are:
See *dependencies* in
See *dependencies* in
`bower.json <https://github.com/jcbrand/converse.js/blob/master/bower.json>`_.
`bower.json <https://github.com/jcbrand/converse.js/blob/master/bower.json>`_.
.. Note:
.. Note:
After running ```make dev```, you should now have a new directory *components*,
After running ```make dev```, you should now have a new directory *components*,
which contains all the front-end dependencies of Converse.js.
which contains all the front-end dependencies of Converse.js.
...
...
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