diff --git a/documentation/index.html.erb b/documentation/index.html.erb index cf7b2871..aefebf9a 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -632,13 +632,14 @@ coffee --print app/scripts/*.coffee > concatenation.js create and install a custom version of the gem.
  • - Bugs, Feature Requests, and General Discussion + CoffeeScript Issues
    + Bugs reports, feature requests, and general discussion all belong here.
  • - CoffeePot
    - An implementation of CoffeeScript, written in CoffeeScript, by - Tim Caswell. Compiles just - a limited subset at this point. + rack-coffee
    + Rack middleware for serving CoffeeScripts as JavaScript directly to + the browser, without having to compile them first. From + Matt Lyon.
  • BistroCar
    @@ -653,6 +654,12 @@ coffee --print app/scripts/*.coffee > concatenation.js Ivan Nemytchenko, that embeds snippets of CoffeeScript within your HAML templates.
  • +
  • + CoffeePot
    + An implementation of CoffeeScript, written in CoffeeScript, by + Tim Caswell. Compiles just + a limited subset at this point. +
  • Change Log

    diff --git a/index.html b/index.html index b6c9b27b..c780982d 100644 --- a/index.html +++ b/index.html @@ -1497,13 +1497,14 @@ html = &q create and install a custom version of the gem.
  • - Bugs, Feature Requests, and General Discussion + CoffeeScript Issues
    + Bugs reports, feature requests, and general discussion all belong here.
  • - CoffeePot
    - An implementation of CoffeeScript, written in CoffeeScript, by - Tim Caswell. Compiles just - a limited subset at this point. + rack-coffee
    + Rack middleware for serving CoffeeScripts as JavaScript directly to + the browser, without having to compile them first. From + Matt Lyon.
  • BistroCar
    @@ -1518,6 +1519,12 @@ html = &q Ivan Nemytchenko, that embeds snippets of CoffeeScript within your HAML templates.
  • +
  • + CoffeePot
    + An implementation of CoffeeScript, written in CoffeeScript, by + Tim Caswell. Compiles just + a limited subset at this point. +
  • Change Log