<h2><aclass="toc-backref"href="#id23">Install the development and front-end dependencies</a><aclass="headerlink"href="#install-the-development-and-front-end-dependencies"title="Permalink to this headline">¶</a></h2>
<p>We use development tools (<aclass="reference external"href="http://gruntjs.com">Grunt</a> and <aclass="reference external"href="http://bower.io">Bower</a>)
...
...
@@ -532,6 +537,14 @@ Converse.js directly depends and which will be loaded in the browser.</p>
</dl>
</li>
</ul>
<divclass="admonition note">
<pclass="first admonition-title">Note</p>
<pclass="last">After running <ttclass="docutils literal"><spanclass="pre">`make</span><spanclass="pre">dev`</span></tt>, you should now have a new directory <em>components</em>,
which contains all the front-end dependencies of Converse.js.
If this directory does NOT exist, something must have gone wrong.
Double-check the output of <ttclass="docutils literal"><spanclass="pre">`make</span><spanclass="pre">dev`</span></tt> to see if there are any errors
listed. For support, you can write to the mailing list: <aclass="reference external"href="mailto:conversejs%40librelist.com">conversejs<span>@</span>librelist<span>.</span>com</a></p>
<h2><aclass="toc-backref"href="#id24">With AMD and require.js (recommended)</a><aclass="headerlink"href="#with-amd-and-require-js-recommended"title="Permalink to this headline">¶</a></h2>
...
...
@@ -892,7 +905,7 @@ exactly once.</p>
<h1><aclass="toc-backref"href="#id40">Developer API</a><aclass="headerlink"href="#developer-api"title="Permalink to this headline">¶</a></h1>
<divclass="admonition note">
<pclass="first admonition-title">Note</p>
<pclass="last">See also the <aclass="reference internal"href="#event-api-methods">Event API Methods</a>, not listed here.</p>
<pclass="last">see also the <aclass="reference internal"href="#event-api-methods">event api methods</a>, not listed here.</p>
</div>
<divclass="section"id="initialize">
<h2><aclass="toc-backref"href="#id41">initialize</a><aclass="headerlink"href="#initialize"title="Permalink to this headline">¶</a></h2>