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:
parent
d0d2ef9f77
commit
f187440bb8
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ Block
|
|||
While it’s not recommended for serious use, CoffeeScripts may be included
|
||||
directly within the browser using <code><script type="text/coffeescript"></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>
|
||||
|
|
Loading…
Reference in a new issue