1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Update size of browser compiler

This commit is contained in:
Geoffrey Booth 2016-11-30 22:06:22 -08:00
parent d0d2ef9f77
commit f187440bb8

View file

@ -1112,7 +1112,7 @@ Block
While its not recommended for serious use, CoffeeScripts may be included
directly within the browser using <code>&lt;script type="text/coffeescript"&gt;</code>
tags. The source includes a compressed and minified version of the compiler
(<a href="v<%= majorVersion %>/browser-compiler/coffee-script.js">Download current version here, 39k when gzipped</a>)
(<a href="v<%= majorVersion %>/browser-compiler/coffee-script.js">Download current version here, 51k when gzipped</a>)
as <code>v<%= majorVersion %>/browser-compiler/coffee-script.js</code>. Include this file on a page with
inline CoffeeScript tags, and it will compile and evaluate them in order.
</p>