Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ <h3 id="_first_example"><a class="anchor" href="#_first_example"></a>First examp
<div class="title">bsconfig.json</div>
<div class="content">
<pre class="pygments highlight"><code data-lang="js"><span class="tok-p">{</span>
<span class="tok-s2">&quot;name&quot;</span> <span class="tok-o">:</span> <span class="tok-s2">&quot;helo&quot;</span><span class="tok-p">,</span>
<span class="tok-s2">&quot;name&quot;</span> <span class="tok-o">:</span> <span class="tok-s2">&quot;hello&quot;</span><span class="tok-p">,</span>
<span class="tok-s2">&quot;sources&quot;</span> <span class="tok-o">:</span> <span class="tok-p">{</span> <span class="tok-s2">&quot;dir&quot;</span> <span class="tok-o">:</span> <span class="tok-s2">&quot;src&quot;</span><span class="tok-p">}</span>
<span class="tok-p">}</span></code></pre>
</div>
Expand Down Expand Up @@ -5102,4 +5102,4 @@ <h3 id="_1_0"><a class="anchor" href="#_1_0"></a>1.0</h3>
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions site/docsource/Get_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.bsconfig.json
----
{
"name" : "helo",
"name" : "hello",
"sources" : { "dir" : "src"}
}
----
Expand Down Expand Up @@ -47,7 +47,7 @@ let () =
----
npm run build
----

Now you should see a file called `lib/js/src/main_entry.js` generated as below:
[source,js]
.lib/js/src/main_entry.js
Expand Down