Files
Geoffrey Booth 742224471f Actually publish the browser compilers to NPM (#5186)
* Actually publish the browser compilers to NPM

* Transpile and minify modern browser compiler; add to lib/ folder; update docs
2019-04-07 16:09:44 -07:00

347 B
Raw Permalink Blame History

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. Itll automatically run any script tags with type text/coffeescript for you. Added a --stdio option to the coffee command, for piped-in compiles.