Skip to content

Commit c68099f

Browse files
authored
Merge pull request #1745 from JoeDuncko/patch-1
Fix broken link on Optimization page
2 parents d9596c6 + 9ed9b19 commit c68099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/optimization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h2><a href="#shallow" name="shallow">Shallow exclusions for fast development</a
265265

266266
<p>You can use the <a href="#onejs">one JavaScript file optimization</a> approach to make your development experience faster. By optimizing all the modules in your project into one file, except the one you are currently developing, you can reload your project quickly in the browser, but still give you the option of fine grained debugging in a module.</p>
267267

268-
<p>You can do this by using the <strong>excludeShallow</strong> option. Using the <a href="#example">example setup</a> above, assume you are currently building out or debugging two.js. You could use this optimization command:</p>
268+
<p>You can do this by using the <strong>excludeShallow</strong> option. Using the <a href="#setup">example setup</a> above, assume you are currently building out or debugging two.js. You could use this optimization command:</p>
269269

270270
<pre><code>node ../../r.js -o name=main excludeShallow=two out=main-built.js baseUrl=.
271271
</code></pre>

0 commit comments

Comments
 (0)