From afa3bb4191a815bfbfa6aac9ed6615b2bc3ebec8 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 5 Jul 2010 08:51:45 -0400 Subject: [PATCH] added dsc's coffeecup to the resources section. --- documentation/index.html.erb | 5 +++++ index.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 18dfdcc7..1221b2e8 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -902,6 +902,11 @@ coffee --print app/scripts/*.coffee > concatenation.js — a plugin that serves and bundles CoffeeScript from within your Rails application. +
  • + dsc's CoffeeCup + — A Python WSGI middleware that compiles CoffeeScript to JavaScript + on-demand during development. +
  • sutto's Barista — a BistroCar alternative that integrates well with diff --git a/index.html b/index.html index 0fc7c122..c385d10e 100644 --- a/index.html +++ b/index.html @@ -1818,6 +1818,11 @@ html = '< — a plugin that serves and bundles CoffeeScript from within your Rails application.
  • +
  • + dsc's CoffeeCup + — A Python WSGI middleware that compiles CoffeeScript to JavaScript + on-demand during development. +
  • sutto's Barista — a BistroCar alternative that integrates well with