From afee83486d0c84e03c26a974b708d7e54a4fd0ce Mon Sep 17 00:00:00 2001 From: Oliver Steele Date: Thu, 14 Feb 2008 14:18:20 -0500 Subject: [PATCH] update publish task --- Rakefile | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 1e9297e..343ca2e 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ SOURCES = %w[CHANGES MIT-LICENSE README] + task :default => [MIN+'.gz', PACKAGE] task :publish => [PACKAGE, 'functional.min.js.gz'] do - sh "rsync -avz . osteele.com:osteele.com/sources/javascript/functional --delete" + sh "rsync -avz . osteele.com:osteele.com/sources/javascript/functional --delete --exclude .git --exclude .hg" end file PACKAGE => SOURCES do |t| diff --git a/index.html b/index.html index 6a99d63..363ca4a 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@

Functional Javascript

'+1' as synonyms for the more verbose function(x) {return x+1}.

-

Ports: String#to_proc (Ruby; Reginald Brethanwaite), erlang string lambdas (Erlang; Debasish Ghosh).
+

Ports: String#to_proc (Ruby; Reginald Braithwaite), Erlang (Debasish Ghosh).
Related: Sequentially, Fluently, MVars.