You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer_docs/front_end_code.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ For more information about using Browserify to handle dependencies, please refer
46
46
Building Frontend Code
47
47
----------------------
48
48
49
-
The build script uses `node.js <https://nodejs.org/>`_ - to run the build server for production simply run ``node compile_javascript.js``.
49
+
The build script uses `node.js <https://nodejs.org/>`_ - to run the build server for production simply run ``npm install --production`` and ``node build.js`` or build all assets with one command, ``make assets``.
50
50
51
51
Alternatively, for development, running ``bin/kalite start`` with the ``--watch`` flag will automatically run the build process in watch mode, recompiling Javascript as it changes, on the fly.
0 commit comments