Commit fe7c297a authored by JC Brand's avatar JC Brand

Update docs and regenerate

parent 46b36f9e
...@@ -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>`_.
......
This diff is collapsed.
This diff is collapsed.
...@@ -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>`_.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment