We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f2b20 commit 1c8276fCopy full SHA for 1c8276f
docs/contributing/contributing.rst
@@ -115,6 +115,15 @@ JavaScript is linted using `JSHint <http://jshint.com/>`_ and `JSCS
115
116
Or you can also run the watcher by just running ``gulp``.
117
118
+JS Bundling
119
+-----------
120
+
121
+Javascript files are split up for easier development, but in the end they are
122
+bundled together and minified to decrease amount of requests made and improve
123
+performance. In order to do that we use ``gulp`` task runner, where ``bundl``
124
+command is available. Configuration and list of dependencies for each bundle are
125
+stored inside the ``gulpfile.js``.
126
127
Process
128
=======
129
0 commit comments