Geoffrey Booth
|
d8bd2b7fd0
|
Embedded JavaScript should really be the last item in the language reference
|
2016-12-19 21:55:44 -08:00 |
|
Geoffrey Booth
|
d02376c4c6
|
Convert async docs text to markdown, add to sidebar
|
2016-12-19 21:50:30 -08:00 |
|
Geoffrey Booth
|
69fbb361f2
|
Merge branch '2-docs' into async-docs
# Conflicts:
# documentation/index.html.js
|
2016-12-19 21:41:22 -08:00 |
|
Geoffrey Booth
|
4468ca69c0
|
Add some v1-style ribbing
|
2016-12-19 21:29:03 -08:00 |
|
Geoffrey Booth
|
a4b3a3ba39
|
Updated output v2 docs
|
2016-12-18 23:40:30 -08:00 |
|
Geoffrey Booth
|
ad90f4ad99
|
Update introduction for CoffeeScript 2
|
2016-12-18 23:25:01 -08:00 |
|
Geoffrey Booth
|
cc8dd150f5
|
Fix filename style
|
2016-12-18 23:24:43 -08:00 |
|
Geoffrey Booth
|
7ced071934
|
Add some links to header navbar; fix sidebar to work at various breakpoints, including navigating to anchors
|
2016-12-18 23:03:17 -08:00 |
|
Geoffrey Booth
|
28d077c08a
|
Style blockquotes
|
2016-12-18 18:29:36 -08:00 |
|
Geoffrey Booth
|
ea269104bd
|
Refactor docs resources section; reorganize outline; other minor corrections
|
2016-12-18 18:13:59 -08:00 |
|
Geoffrey Booth
|
78b21c2483
|
Fix releaseHeader for the initial release; should backport to v1
|
2016-12-18 15:57:04 -08:00 |
|
Geoffrey Booth
|
fc42b3ed24
|
Remove out-of-date info and dead link from Literate CoffeeScript section of the docs
|
2016-12-18 15:21:41 -08:00 |
|
Geoffrey Booth
|
c8a3c1a6fd
|
Improvements to strings and comments docs; could be back-ported to v1 docs
|
2016-12-18 15:13:54 -08:00 |
|
Geoffrey Booth
|
58f9428c58
|
Colors
|
2016-12-18 03:54:57 -08:00 |
|
Geoffrey Booth
|
3c6e235b32
|
Show header bar on all breakpoints
|
2016-12-18 02:43:41 -08:00 |
|
Geoffrey Booth
|
35cfba06b4
|
Add fonts
|
2016-12-18 02:20:10 -08:00 |
|
Geoffrey Booth
|
f01dcd3894
|
Line spacing notes
|
2016-12-18 00:07:10 -08:00 |
|
Geoffrey Booth
|
e48fea1892
|
Fix sidebar scrolling on mobile
|
2016-12-16 00:17:11 -08:00 |
|
Geoffrey Booth
|
47bd5aca58
|
Fix menu button on regular browsers sized narrowly
|
2016-12-16 00:05:24 -08:00 |
|
Geoffrey Booth
|
0aa3166709
|
Updated compiled output
|
2016-12-15 23:59:11 -08:00 |
|
Geoffrey Booth
|
51aaef3d76
|
Add logo to top of content pane
|
2016-12-15 23:58:59 -08:00 |
|
Geoffrey Booth
|
d62f7adc9b
|
Animated sidebar menu toggle button
|
2016-12-15 23:58:40 -08:00 |
|
Geoffrey Booth
|
853dd456a8
|
On mobile, the code examples are stacked
|
2016-12-15 23:19:50 -08:00 |
|
Geoffrey Booth
|
462a60da7b
|
Mobile off canvas sidebar nav that slides in
|
2016-12-15 23:19:34 -08:00 |
|
Geoffrey Booth
|
4abd0fa06d
|
Mobile header nav with menu button
|
2016-12-15 23:18:40 -08:00 |
|
Geoffrey Booth
|
2a862d533f
|
Merge branch 'master' of github.com:jashkenas/coffeescript into 2-docs
# Conflicts:
# Cakefile
# lib/coffee-script/coffee-script.js
# src/coffee-script.coffee
|
2016-12-15 21:01:52 -08:00 |
|
Geoffrey Booth
|
be0f1cb8db
|
DRY on the version number: it should be in package.json and nowhere else (#4400)
|
2016-12-15 20:52:31 -08:00 |
|
mdcb
|
07d6eb6af5
|
Fix command completion under nodejs v6.9.1 (#4402)
* Fix command completion under nodejs v6.9.1
Closes #4397
* Commit updated compiled version
|
2016-12-15 20:50:54 -08:00 |
|
Jan
|
81174187f5
|
Fix empty source file when building with MINIFY=false, closes #4403 (#4404)
|
2016-12-15 20:35:10 -08:00 |
|
Geoffrey Booth
|
a55dbc0c37
|
Merge branch 'improve-docs' into 2-docs
|
2016-12-14 00:06:39 -08:00 |
|
Geoffrey Booth
|
818d262843
|
Update packages, including new highlight.js which supports our newer keywords and triple backticks (docs output is unchanged)
|
2016-12-14 00:06:20 -08:00 |
|
Geoffrey Booth
|
e05a4e9000
|
Merge branch 'improve-docs' into 2-docs
# Conflicts:
# documentation/v1/code.coffee
|
2016-12-13 23:50:41 -08:00 |
|
Geoffrey Booth
|
c3b3af8746
|
Fix margin
|
2016-12-13 23:49:26 -08:00 |
|
Geoffrey Booth
|
4889109b8d
|
2 docs output, first draft
|
2016-12-13 23:15:33 -08:00 |
|
Geoffrey Booth
|
93f1f3777c
|
Wire up the buttons that run the code examples
|
2016-12-13 23:14:21 -08:00 |
|
Geoffrey Booth
|
14382abc2d
|
Move code example HTML into a template where it belongs
|
2016-12-13 23:13:38 -08:00 |
|
Jeremy Ashkenas
|
aee27fbff0
|
Merge pull request #4399 from murrayju/issue4391
Add a try/catch in the Error.prepareStackTrace implementation
|
2016-12-13 14:28:29 -05:00 |
|
Justin Murray
|
28585439d1
|
Remove Error.prepareStackTrace and the related source map code. Fixes jashkenas/coffeescript#4391
|
2016-12-13 11:31:12 -05:00 |
|
Geoffrey Booth
|
85b3be9ce3
|
Move the codeFor function into versioned folders, so that v1 and v2 docs can have different example code blocks/editors
|
2016-12-12 23:42:33 -08:00 |
|
Geoffrey Booth
|
512b580820
|
Add CodeMirror for editable code examples; recompile CoffeeScript into JavaScript on change (WIP)
|
2016-12-12 22:56:31 -08:00 |
|
Geoffrey Booth
|
e90cf16965
|
Merge branch 'improve-docs' into 2-docs
|
2016-12-12 22:52:14 -08:00 |
|
Geoffrey Booth
|
59001f2fe3
|
Move the codeFor function into versioned folders, so that v1 and v2 docs can have different example code blocks/editors
|
2016-12-12 22:50:30 -08:00 |
|
Geoffrey Booth
|
db055bb916
|
V2 docs starting point: jQuery, Bootstrap, basic layout, nav with scrollspy
|
2016-12-11 20:33:54 -08:00 |
|
Geoffrey Booth
|
80fdc6ecc3
|
Merge branch 'improve-docs' into 2-docs
|
2016-12-11 20:29:35 -08:00 |
|
Geoffrey Booth
|
ff1725b367
|
Handle ids within the template, not in the Cakefile; remove marked’s auto-generated and conflicting ids
|
2016-12-11 20:29:08 -08:00 |
|
Geoffrey Booth
|
d278c730ea
|
Merge branch 'improve-docs' into 2-docs
|
2016-12-11 17:12:53 -08:00 |
|
Geoffrey Booth
|
4aa0130a92
|
Use idiomatic markdown output for code blocks (<pre><code>)
|
2016-12-11 17:12:29 -08:00 |
|
Geoffrey Booth
|
c7ad70731a
|
Merge branch 'improve-docs' into 2-docs
|
2016-12-11 16:55:12 -08:00 |
|
Geoffrey Booth
|
16dda9c496
|
Use idiomatic markdown output for code blocks (<pre><code>)
|
2016-12-11 15:46:38 -08:00 |
|
Geoffrey Booth
|
b2e10e597f
|
Merge branch 'improve-docs' into 2-docs
|
2016-12-11 01:12:47 -08:00 |
|