Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update publish task
  • Loading branch information
osteele committed Feb 14, 2008
1 parent c168ddd commit afee834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -53,7 +53,7 @@ <h1>Functional Javascript</h1>
<code>'+1'</code> as synonyms for the more verbose
<code>function(x) {return x+1}</code>.</p>

<p>Ports: <a href="http://weblog.raganwald.com/2007/10/stringtoproc.html">String#to_proc</a> (Ruby; Reginald Brethanwaite), <a href="http://debasishg.blogspot.com/2007/11/erlang-string-lambdas.html">erlang string lambdas</a> (Erlang; Debasish Ghosh).<br/>
<p>Ports: <a href="http://weblog.raganwald.com/2007/10/stringtoproc.html">String#to_proc</a> (Ruby; Reginald Braithwaite), <a href="http://debasishg.blogspot.com/2007/11/erlang-string-lambdas.html">Erlang</a> (Debasish Ghosh).<br/>
Related: <a href="/sources/javascript/sequentially">Sequentially</a>, <a href="/sources/javascript/fluently">Fluently</a>, <a href="/sources/javascript/concurrent">MVars</a>.</p>
</div>

Expand Down

0 comments on commit afee834

Please sign in to comment.