Jeremy Ashkenas
|
c14869f008
|
implementing the inline javascript in the documentation page in text/coffeescript, switching from the closure compiler to the yui compressor for building the browser version -- the closure compiler had a bug for our input -- fixable by hand but not worth the tiny savings
|
2010-02-24 20:41:56 -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
|
edf5f4947e
|
removing all tasks from the Rakefile except for 'doc' ... we might need to keep that around for a while
|
2010-02-17 00:26:03 -05:00 |
|
Jeremy Ashkenas
|
495ca64c46
|
removing underscore as a dependency for nodes.coffee -- let's be minimal
|
2010-02-16 18:38:03 -05:00 |
|
Jeremy Ashkenas
|
b983b3fcdc
|
moving Underscore.coffee from /examples to /src
|
2010-02-13 02:05:00 -05:00 |
|
Jeremy Ashkenas
|
7ec0a8d653
|
merging node into master -- you can now pass the --narwhal flag to use narwhal instead. All tests are executing successfully against both Node.js and Narwhal/Rhino backends
|
2010-02-07 12:52:07 -05:00 |
|
Jeremy Ashkenas
|
5ec096e40d
|
merging all narwhal integration into a single file, so we can merge the node branch without breaking narwhal compatibility
|
2010-02-07 11:54:01 -05:00 |
|
Jeremy Ashkenas
|
f5a37035cf
|
node conversion finished, narwhal removed.
|
2010-01-29 23:30:54 -05:00 |
|
Jeremy Ashkenas
|
8efcaf6eec
|
moved CoffeeScript.tmbundle to extras and rewrote the installation instructions in plain text
|
2010-01-25 22:22:39 -05:00 |
|
Jeremy Ashkenas
|
5f94186b40
|
adding the compiled parser back into the repo (after all that) so that it can be used as the source for the narwhal package
|
2010-01-23 12:44:36 -05:00 |
|
Jeremy Ashkenas
|
3e987de4a8
|
rebuilding underscore.coffee docs, adding a build task -- need to remember to copy over nicer headers
|
2010-01-10 17:23:07 -05:00 |
|
Jeremy Ashkenas
|
ae603749be
|
adding the complete underscore.coffee example to the docs
|
2010-01-04 22:51:02 -05:00 |
|
Jeremy Ashkenas
|
20ade4f448
|
adding a rake:ultraviolet build syntax highlighter task, and regenerating the docs with correct highlighting
|
2009-12-31 13:01:10 -05:00 |
|
tlrobinson
|
55616cf3b8
|
Fixed Narwhal integration. Cleaned up module organization, etc.
|
2009-12-28 01:16:57 -08:00 |
|
Jeremy Ashkenas
|
3c67d54bbe
|
changed bin/coffee-script to bin/coffee
|
2009-12-26 08:57:13 -08:00 |
|
Jeremy Ashkenas
|
d46bf8ee71
|
moved the coffeescript extension over from .cs to .coffee -- let's leave C# in peace. Changed array comprehensions to always return their mapped result, even when unassigned
|
2009-12-25 14:18:05 -08:00 |
|
Jeremy Ashkenas
|
4b5db1181c
|
make equals signs full equals of colons -- you can use them inside of object literals now too
|
2009-12-25 13:21:17 -08:00 |
|
Jeremy Ashkenas
|
73aaf127c8
|
removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run
|
2009-12-24 23:57:27 -08:00 |
|
Jeremy Ashkenas
|
2d57ee693b
|
the narwhal integration written in JavaScript has been replaced with CoffeeScript, and compiler-generated variable names now start with '__'
|
2009-12-24 23:09:24 -08:00 |
|
Jeremy Ashkenas
|
9bb3e3fbe8
|
clean up children at exit -- had about twenty processes all watching and recompiling the docs
|
2009-12-21 12:15:13 -05:00 |
|
Jeremy Ashkenas
|
c7fa9c320a
|
documentation waypoint
|
2009-12-21 11:41:45 -05:00 |
|
Jeremy Ashkenas
|
93bdfcb72a
|
added full complement of bitwise operators
|
2009-12-19 22:55:58 -05:00 |
|
Jeremy Ashkenas
|
2f75854a61
|
little fixes more examples
|
2009-12-18 09:55:31 -05:00 |
|
Jeremy Ashkenas
|
92adabdddc
|
adding an initial lexer test
|
2009-12-18 06:59:06 -05:00 |
|
Jeremy Ashkenas
|
c6f11fbfeb
|
built the first gem -- works just fine
|
2009-12-16 23:10:03 -05:00 |
|
Jeremy Ashkenas
|
290aa257de
|
completely reorganized for a gem and the 'coffee-script' command
|
2009-12-16 22:42:53 -05:00 |
|