Skip to content

Commit b9399ba

Browse files
committed
small doc fixes.
1 parent 9973549 commit b9399ba

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

dist/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ When doing a release, do the following:
1111
* docs/download.md: check for nested paths too, add new release section
1212
* pre.html
1313
* post.html
14+
* .updatesubs.sh
1415
* Check version of cs plugin, update download.html if necessary.
1516
* Check version of jQuery in the jQuery sample project, update the download.html if necessary.
17+
* Upload change in jQuery project to website even before the current release.
1618
* Update version in x.js in the r.js project if necessary.
1719
* Commit/push changes
18-
* .updatesubs.sh
1920
* Commit changes to:
2021
* r.js
2122
* require-cs: make a new tag if cs.js changed since last release.

docs/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ <h4 class="hbox">
8787
<h4 class="hbox">
8888
<a name="cs">cs (CoffeeScript)</a>
8989
<span class="boxFlex"></span>
90-
<a class="download" href="https://github.com/jrburke/require-cs/raw/0.1.0/cs.js">With Comments</a>
90+
<a class="download" href="https://github.com/jrburke/require-cs/raw/0.2.0/cs.js">With Comments</a>
9191
</h4>
92-
<p>Load files written in CoffeeScript. Includes a version of CoffeeScript, only this one file is needed. With this plugin, it is easy to code in CoffeeScript in the browser, it can participate in the optimizer optimizations, and it works in Node and Rhino via the <a href="#rjs">RequireJS adapter</a>. This is the best way to do cross-environment, modular CoffeeScript. <a href="https://github.com/jrburke/require-cs/">The project home</a> has more information on how to use it.</p>
92+
<p>Load files written in CoffeeScript. Includes a version of CoffeeScript, only this one file is needed. With this plugin, it is easy to code in CoffeeScript in the browser, it can participate in the optimizer optimizations, and it works in Node and Rhino via the <a href="#rjs">RequireJS adapter</a>. This is the best way to do cross-environment, modular CoffeeScript. <a href="https://github.com/jrburke/require-cs">The project home</a> has more information on how to use it.</p>
9393
</div>
9494

9595

0 commit comments

Comments
 (0)