Skip to content

Commit

Permalink
Updated to CoffeeScript 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bivory committed Mar 5, 2013
1 parent 1aa057d commit f1f30f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.markdown
@@ -1,10 +1,10 @@
# JCoffeeScript

JCoffeeScript is a java library that compiles CoffeeScript 1.3.1.
JCoffeeScript is a java library that compiles CoffeeScript 1.6.1.

### Usage
from the command prompt:
> echo "a = 1" | java -jar jcoffeescript-1.3.1.jar
> echo "a = 1" | java -jar jcoffeescript-1.6.1.jar
<pre>
(function() {
var a;
Expand All @@ -13,7 +13,7 @@ from the command prompt:
</pre>

####Command Line (unix/windows):
> java -jar jcoffeescript-1.3.1.jar < foo.coffee > foo.js
> java -jar jcoffeescript-1.6.1.jar < foo.coffee > foo.js
####command line options:
> __--bare__ - compile the javascript without top-level function safety wrapper.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -20,7 +20,7 @@

<target name="build" depends="bootstrap, clean, functional-test"/>

<property name="artifact.name" value="jcoffeescript-1.3.1"/>
<property name="artifact.name" value="jcoffeescript-1.6.1"/>
<import file="${basedir}/conf/build/build-bootstrap.xml"/>
<import file="${basedir}/conf/build/build-clean.xml"/>
<import file="${basedir}/conf/build/build-compile.xml"/>
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/org/jcoffeescript/coffee-script.js

Large diffs are not rendered by default.

0 comments on commit f1f30f8

Please sign in to comment.