mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
* Actually publish the browser compilers to NPM * Transpile and minify modern browser compiler; add to lib/ folder; update docs
347 B
347 B
releaseHeader('2010-02-25', '0.5.2', '0.5.1')
Added a compressed version of the compiler for inclusion in web pages as
/v<%= majorVersion %>/browser-compiler-legacy/coffeescript.js. It’ll automatically run any script tags with type text/coffeescript for you. Added a --stdio option to the coffee command, for piped-in compiles.