Skip to content

Commit

Permalink
Fix rst syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Dimino <[email protected]>
  • Loading branch information
jeremiedimino committed Jul 23, 2019
1 parent 1bbda91 commit 6ee3ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/advanced-topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ corresponding to every ``test`` stanza). In order to better control the
compilation of JS targets, this behaviour can be turned off by using
``(explicit_js_mode)`` in the ``dune-project`` file.

When explicit JS mode is enabled, an explicit `js` mode needs to be added to the
``(modes ...)`` field of executables in order to trigger JS
compilation. Explicit JS targets declared like this will be attached to the
``@all`` alias.
When explicit JS mode is enabled, an explicit ``js`` mode needs to be
added to the ``(modes ...)`` field of executables in order to trigger
JS compilation. Explicit JS targets declared like this will be
attached to the ``@all`` alias.

Starting from dune 2.0 this new behaviour will be the default and JS compilation
of binaries will need to be explicitly declared.
Expand Down

0 comments on commit 6ee3ebd

Please sign in to comment.