Author: buildbot
Date: Mon Apr 13 11:19:48 2015
New Revision: 947396
Log:
Production update by buildbot for tapestry
Modified:
websites/production/tapestry/content/cache/main.pageCache
websites/production/tapestry/content/coffeescript.html
Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/tapestry/content/coffeescript.html
==============================================================================
--- websites/production/tapestry/content/coffeescript.html (original)
+++ websites/production/tapestry/content/coffeescript.html Mon Apr 13 11:19:48
2015
@@ -151,13 +151,13 @@
</div>
</li></ul>
-</div><p><strong>CoffeeScript</strong> (<a shape="rect" class="external-link"
href="http://coffeescript.org" >http://coffeescript.org</a>) is a language that
to compiles down to JavaScript.</p><p><em>Starting with version 5.4,</em>
Tapestry can automatically compile your CoffeeScript code into JavaScript on
the fly. This is done with the optional tapestry-webresources module. It is
recommended for anyone who wants to use CoffeeScript in their application ...
just let Tapestry do the compilation at runtime (with access to Tapestry's full
exception reporting capabilities).</p><p>To use the tapestry-webresources
module, just add the JAR to your project. For example, if you're using
Maven:</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>pom.xml
(partial)</b></div><div class="codeContent panelContent pdl">
+</div><p><strong>CoffeeScript</strong> (<a shape="rect" class="external-link"
href="http://coffeescript.org" >http://coffeescript.org</a>) is a language that
compiles down to JavaScript.</p><p><em>Starting with version 5.4,</em> Tapestry
can automatically compile your CoffeeScript code into JavaScript on the fly.
This is done with the optional tapestry-webresources module. It is highly
recommended for anyone who wants to use CoffeeScript in their application ...
just let Tapestry do the compilation at runtime (with access to Tapestry's full
exception reporting capabilities).</p><p>To use the tapestry-webresources
module, just add the JAR to your project. For example, if you're using
Maven:</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>pom.xml
(partial)</b></div><div class="codeContent panelContent pdl">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-webresources</artifactId>
<version>${tapestry-release-version}</version>
</dependency>]]></script>
-</div></div><p>All of Tapestry's own client-side code in written in
CoffeeScript and compiled, at build-time, to JavaScript.</p> <div
class="aui-message hint shadowed information-macro">
+</div></div><p>All of Tapestry's own client-side code is written in
CoffeeScript and compiled, at <em>build</em> time, to JavaScript.</p> <div
class="aui-message hint shadowed information-macro">
<span class="aui-icon icon-hint">Icon</span>
<div class="message-content">
<p>You are completely free to use either
JavaScript or CoffeeScript in your Tapestry application.</p>