diff --git a/docs/v1/index.html b/docs/v1/index.html index 4b60279b..3b535fa4 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -75,18 +75,18 @@ Annotated Source @@ -249,7 +249,7 @@ cubes = (function() {

The CoffeeScript compiler is itself - written in CoffeeScript, + written in CoffeeScript, using the Jison parser generator. The command-line version of coffee is available as a Node.js utility. The @@ -2281,7 +2281,7 @@ task('build:parser', 'rebuild t build before test, you can use the invoke function: invoke 'build'. Cake tasks are a minimal way to expose your CoffeeScript functions to the command line, so - don't expect any fanciness built-in. + don't expect any fanciness built-in. If you need dependencies, or async callbacks, it's best to put them in your code itself — not the cake task.

@@ -2452,7 +2452,7 @@ task('build:parser', 'rebuild t a headless, full-stack, faux-browser testing library for Node.js.
  • - jashkenas' Underscore.coffee, a port + jashkenas' Underscore.coffee, a port of the Underscore.js library of helper functions.
  • diff --git a/documentation/index.html.js b/documentation/index.html.js index 29b7076b..df02c110 100644 --- a/documentation/index.html.js +++ b/documentation/index.html.js @@ -75,18 +75,18 @@ Annotated Source @@ -133,7 +133,7 @@

    The CoffeeScript compiler is itself - written in CoffeeScript, + written in CoffeeScript, using the Jison parser generator. The command-line version of coffee is available as a Node.js utility. The @@ -1013,7 +1013,7 @@ Block build before test, you can use the invoke function: invoke 'build'. Cake tasks are a minimal way to expose your CoffeeScript functions to the command line, so - don't expect any fanciness built-in. + don't expect any fanciness built-in. If you need dependencies, or async callbacks, it's best to put them in your code itself — not the cake task.

    @@ -1184,7 +1184,7 @@ Block a headless, full-stack, faux-browser testing library for Node.js.
  • - jashkenas' Underscore.coffee, a port + jashkenas' Underscore.coffee, a port of the Underscore.js library of helper functions.