make sure that the source-hacking docs mention to 'git checkout lib'

This commit is contained in:
Jeremy Ashkenas 2010-03-23 00:25:37 -04:00
parent 590c069158
commit 5a4d401582
2 changed files with 2 additions and 2 deletions

View File

@ -838,7 +838,7 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
<tt>bin/cake build</tt> to rebuild the CoffeeScript compiler, and <br />
<tt>bin/cake build:parser</tt> to regenerate the Jison parser if you're
working on the grammar. <br /><br />
<tt>bin/cake build:full</tt> is a good command to run when you're working
<tt>git checkout lib &amp;&amp; bin/cake build:full</tt> is a good command to run when you're working
on the core language. It'll refresh the lib directory
(in case you broke something), build your altered compiler, use that to
rebuild itself (a good sanity test) and then run all of the tests. If

View File

@ -1778,7 +1778,7 @@ html <span class="Keyword">=</span> <span class="String"><span class="String">'<
<tt>bin/cake build</tt> to rebuild the CoffeeScript compiler, and <br />
<tt>bin/cake build:parser</tt> to regenerate the Jison parser if you're
working on the grammar. <br /><br />
<tt>bin/cake build:full</tt> is a good command to run when you're working
<tt>git checkout lib &amp;&amp; bin/cake build:full</tt> is a good command to run when you're working
on the core language. It'll refresh the lib directory
(in case you broke something), build your altered compiler, use that to
rebuild itself (a good sanity test) and then run all of the tests. If