From 5a4d40158283416614df5cfda1119cbe1f11e16f Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Tue, 23 Mar 2010 00:25:37 -0400 Subject: [PATCH] make sure that the source-hacking docs mention to 'git checkout lib' --- documentation/index.html.erb | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 7b65cb82..b9e8b3ef 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -838,7 +838,7 @@ coffee --print app/scripts/*.coffee > concatenation.js bin/cake build to rebuild the CoffeeScript compiler, and
bin/cake build:parser to regenerate the Jison parser if you're working on the grammar.

- bin/cake build:full is a good command to run when you're working + git checkout lib && bin/cake build:full 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 diff --git a/index.html b/index.html index 6c20b529..35cc793e 100644 --- a/index.html +++ b/index.html @@ -1778,7 +1778,7 @@ html = '< bin/cake build to rebuild the CoffeeScript compiler, and
bin/cake build:parser to regenerate the Jison parser if you're working on the grammar.

- bin/cake build:full is a good command to run when you're working + git checkout lib && bin/cake build:full 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