Skip to content

Commit 1c8276f

Browse files
committed
add note on bundling js files to docs
1 parent 42f2b20 commit 1c8276f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/contributing/contributing.rst

+9
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ JavaScript is linted using `JSHint <http://jshint.com/>`_ and `JSCS
115115
116116
Or you can also run the watcher by just running ``gulp``.
117117

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+
118127
Process
119128
=======
120129

0 commit comments

Comments
 (0)