Skip to content

Commit

Permalink
update CoffeeScript section with requirements for ruby-coffeescript 2…
Browse files Browse the repository at this point in the history
….x in spanish readme
  • Loading branch information
gnandretta authored and rkh committed Jan 13, 2011
1 parent 68e5686 commit 7216a9a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.es.rdoc
Expand Up @@ -462,8 +462,14 @@ Renderiza <tt>./views/index.mab</tt>.

=== Plantillas CoffeeScript

La gem/librería coffee-script y el binario `coffee` son necesarios para
renderizar plantillas CoffeeScript:
La gem/librería <tt>coffee-script</tt> y al menos <b>una</b> de las siguientes
opciones para ejecutar JavaScript:

* +node+ (de Node.js) en tu path
* utilizar OSX
* la gem/librería +therubyracer+

son necesarios para renderizar plantillas CoffeeScript:

## Vas a necesitar requerir coffee-script en tu app
require 'coffee-script'
Expand Down

0 comments on commit 7216a9a

Please sign in to comment.