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
fe7c297a
Commit
fe7c297a
authored
Oct 05, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs and regenerate
parent
46b36f9e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
82 additions
and
102 deletions
+82
-102
docs/doctrees/index.doctree
docs/doctrees/index.doctree
+0
-0
docs/html/_sources/index.txt
docs/html/_sources/index.txt
+3
-9
docs/html/index.html
docs/html/index.html
+75
-83
docs/html/searchindex.js
docs/html/searchindex.js
+1
-1
docs/source/index.rst
docs/source/index.rst
+3
-9
No files found.
docs/doctrees/index.doctree
View file @
fe7c297a
No preview for this file type
docs/html/_sources/index.txt
View file @
fe7c297a
...
@@ -616,15 +616,9 @@ To minify the Javascript and CSS, run the following command:
...
@@ -616,15 +616,9 @@ To minify the Javascript and CSS, run the following command:
grunt minify
grunt minify
.. Note ::
Javascript will be bundled and minified with `require.js`_'s optimization tool,
Since release 0.6.0, I'm using `almond <https://github.com/jrburke/almond>`_
using `almond <https://github.com/jrburke/almond>`_.
instead of `require.js <http://requirejs.org>`_. The
`grunt-contrib-requirejs <https://github.com/gruntjs/grunt-contrib-requirejs>`_
plugin however doesn't support *almond*. I therefore now build it manually
(the old way again), like this: ``r.js -o build.js``. CSS can be minimized
separately via ``grunt cssmin``.
Javascript will be bundled and minified via `require.js`_'s optimization tool.
You can `read more about require.js's optimizer here`_.
You can `read more about require.js's optimizer here`_.
CSS is minified via `cssmin <https://github.com/gruntjs/grunt-contrib-cssmin>`_.
CSS is minified via `cssmin <https://github.com/gruntjs/grunt-contrib-cssmin>`_.
...
...
docs/html/index.html
View file @
fe7c297a
This diff is collapsed.
Click to expand it.
docs/html/searchindex.js
View file @
fe7c297a
This diff is collapsed.
Click to expand it.
docs/source/index.rst
View file @
fe7c297a
...
@@ -616,15 +616,9 @@ To minify the Javascript and CSS, run the following command:
...
@@ -616,15 +616,9 @@ To minify the Javascript and CSS, run the following command:
grunt minify
grunt minify
.. Note ::
Javascript will be bundled and minified with `require.js`_'s optimization tool,
Since release 0.6.0, I'm using `almond <https://github.com/jrburke/almond>`_
using `almond <https://github.com/jrburke/almond>`_.
instead of `require.js <http://requirejs.org>`_. The
`grunt-contrib-requirejs <https://github.com/gruntjs/grunt-contrib-requirejs>`_
plugin however doesn't support *almond*. I therefore now build it manually
(the old way again), like this: ``r.js -o build.js``. CSS can be minimized
separately via ``grunt cssmin``.
Javascript will be bundled and minified via `require.js`_'s optimization tool.
You can `read more about require.js's optimizer here`_.
You can `read more about require.js's optimizer here`_.
CSS is minified via `cssmin <https://github.com/gruntjs/grunt-contrib-cssmin>`_.
CSS is minified via `cssmin <https://github.com/gruntjs/grunt-contrib-cssmin>`_.
...
...
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