Jeremy Ashkenas
|
93f644fae2
|
finishing the second half of prefix installs. Using readLink to refer to the CoffeeScript installation reliably.
|
2010-02-26 19:49:12 -05:00 |
|
Jeremy Ashkenas
|
5c7526a741
|
moving some of the fs methods over to sync methods, where it's alright and where it makes things clearer
|
2010-02-25 21:53:42 -05:00 |
|
Jeremy Ashkenas
|
17ea48c543
|
first draft of options for Cakefiles, using optparse.coffee, as well as a cake install task that takes --prefix. Still need to fix the lib/bin scripts
|
2010-02-25 21:43:42 -05:00 |
|
Jeremy Ashkenas
|
c1427d6558
|
adding a minified combined coffee-script.js. Include it on the page, after any text/coffeescript tags, and call CoffeeScript.activate(); to run it
|
2010-02-24 19:57:29 -05:00 |
|
Jeremy Ashkenas
|
4817b96bac
|
fixing the build:ultraviolet task in the Cakefile
|
2010-02-22 09:09:35 -05:00 |
|
Jeremy Ashkenas
|
5d541232ef
|
adding /usr/local/lib hardcoded versions of coffee and cake for the install script
|
2010-02-21 19:19:58 -05:00 |
|
Jeremy Ashkenas
|
1f2c8df5fa
|
updating to latest Node (0.1.3) API -- callbacks, not promises
|
2010-02-21 14:06:01 -05:00 |
|
Jeremy Ashkenas
|
ff25361896
|
removing the build:parser -> build dependency in the Cakefile -- the asynchrony was breaking it anyway
|
2010-02-21 11:40:52 -05:00 |
|
Jeremy Ashkenas
|
2d3f6b80c1
|
Revert "fixing api changes (no more promises) for node v.0.1.29"
This reverts commit 9503ea3040 .
|
2010-02-20 18:12:09 -05:00 |
|
alunny
|
9503ea3040
|
fixing api changes (no more promises) for node v.0.1.29
|
2010-02-20 14:45:16 -08:00 |
|
Jeremy Ashkenas
|
c39415da44
|
using the new fs.writeFile API instead of fs.open -- much, much nicer
|
2010-02-19 18:27:50 -05:00 |
|
Jeremy Ashkenas
|
fbfa12c733
|
moving 'throw' to a slightly higher level of precedence
|
2010-02-17 19:35:34 -05:00 |
|
Jeremy Ashkenas
|
6a45d25777
|
adding a test for parenthesized throws
|
2010-02-17 19:29:37 -05:00 |
|
Jeremy Ashkenas
|
dfa63839bb
|
Updating fs module to the latest Node.js -- that's fs.readFile, not fs.cat, with string flags for fs.open
|
2010-02-17 08:51:27 -05:00 |
|
Jeremy Ashkenas
|
0490cb2920
|
added experimental (but working) method to install CoffeeScript: 'sudo bin/cake install' -- once you've done that, you can take cake and coffee out of their bin/
|
2010-02-17 01:24:02 -05:00 |
|
Jeremy Ashkenas
|
2d0ad73af8
|
reorganizing lib/coffee_script to plain ol' lib
|
2010-02-17 00:55:56 -05:00 |
|
Jeremy Ashkenas
|
5a81fcd42e
|
we don't need relative require's because the paths are set up correctly -- removing the unused runner.coffee script
|
2010-02-17 00:50:08 -05:00 |
|
Jeremy Ashkenas
|
6446e0004c
|
The Great Purge. Removing the Ruby compiler, and all of its accoutrements. bin/coffee is now CoffeeScript-in-CoffeeScript
|
2010-02-17 00:33:55 -05:00 |
|
Jeremy Ashkenas
|
b674163a40
|
adding build:ultraviolet and build:underscore tasks to the Cakefile
|
2010-02-17 00:22:06 -05:00 |
|
Jeremy Ashkenas
|
bedc005d67
|
Adding a CoffeeScript equivalent to Rake/Make/Jake (Cake, naturally), and implementing all of our build and test tasks in the Cakefile. Run bin/cake to see the tasks.
|
2010-02-16 20:42:10 -05:00 |
|