Skip to content

Commit 4823f13

Browse files
committed
Updated README
1 parent a458359 commit 4823f13

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

jsModulesAndBuildTools/README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77

88
Check out the [Example Viewer](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1). Use left and right arrow keys to navigate.
99

10-
* [Example 1](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot01) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1/index.html)) - Monolithic
11-
* [Example 2](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/2) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot02) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/2/index.html)) - Global Variables
12-
* [Example 3](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/3) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot03) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/3/index.html)) - Namespace
13-
* [Example 4](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/4) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot04) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/4/index.html)) - Bundling with concatenation
14-
* [Example 5](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/5) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot05) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/5/index.html)) - Minification
15-
* [Example 6](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/6) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot06) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/6/index.html)) - CommonJS
16-
* [Example 7](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/7) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot07) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/7/index.html)) - CommonJS & Webpack
17-
* [Example 8](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/8) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot08) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/8/index.html)) - AMD & Webpack
18-
* [Example 9](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/9) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot09) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/9/index.html)) - AMD & RequireJS
19-
* [Example 10](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/10) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot10) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/10/index.html)) - AMD & RequireJS Optimizer
20-
* [Example 11](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/11) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot11) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/11/index.html)) - Gulp & amd-optimize
21-
* [Example 12](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/12) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot12) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/12/index.html)) - Bundling Almond with Gulp
22-
* [Example 13](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/13) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot13) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/13/index.html)) - AMD & deamdify
23-
* [Example 14](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/14) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot14) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/14/index.html)) - ES6 & Babelify
24-
* [Example 15](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/15) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot15) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/15/index.html)) - ES6 & es6ify
25-
* [Example 16](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/16) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot16) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/16/index.html)) - ES6 & Esperanto
26-
* [Example 17](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/17) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot17) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/17/index.html)) - ES6 & Rollup
27-
* [Example 18](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/18) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot18) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/18/index.html)) - ES6 & JSPM
28-
* [Example 19](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/19) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot19) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/19/index.html)) - Multi-format & JSPM
10+
* [Example 1](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1) - Monolithic
11+
* [Example 2](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/2) - Global Variables
12+
* [Example 3](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/3) - Namespace
13+
* [Example 4](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/4) - Bundling with concatenation
14+
* [Example 5](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/5) - Minification
15+
* [Example 6](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/6) - CommonJS
16+
* [Example 7](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/7) - CommonJS & Webpack
17+
* [Example 8](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/8) - AMD & Webpack
18+
* [Example 9](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/9) - AMD & RequireJS
19+
* [Example 10](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/10) - AMD & RequireJS Optimizer
20+
* [Example 11](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/11) - Gulp & amd-optimize
21+
* [Example 12](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/12) - Bundling Almond with Gulp
22+
* [Example 13](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/13) - AMD & deamdify
23+
* [Example 14](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/14) - ES6 & Babelify
24+
* [Example 15](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/15) - ES6 & es6ify
25+
* [Example 16](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/16) - ES6 & Esperanto
26+
* [Example 17](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/17) - ES6 & Rollup
27+
* [Example 18](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/18) - ES6 & JSPM
28+
* [Example 19](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/19) - Multi-format & JSPM
2929

3030
Feel free to use and modify this presentation framework for your own presentations! MIT License.
3131

jsModulesAndBuildTools/examples/compileReadme.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var _ = require('underscore'),
2929
entryDir = 'code/',
3030
snapshotsPath = entryDir,
3131
messageFile = '/message.txt',
32-
entryTemplate = _.template(' * [Example <%= number %>](<%= url %>) - ([run it!](<%= runUrl %>) | [index.html](<%= url %>/index.html)) - <%= message %>'),
32+
entryTemplate = _.template(' * [Example <%= number %>](<%= url %>) - <%= message %>'),
3333

3434
// These files are not excluded from the example code viewer.
3535
irrelevantFiles = ['message.txt', 'README.md', 'server.js', 'backbone.js', 'underscore.js'];

0 commit comments

Comments
 (0)