File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ npm-debug.log
9
9
browsertest /bundle.js
10
10
src /Testing *
11
11
testing
12
+ performance /performance.js
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ # generates performance.js for running the performance.html page on your browser
4
+
5
+ node_modules/.bin/browserify performance/PerformanceTest.coffee > performance/performance.js
Original file line number Diff line number Diff line change
1
+ <!--
2
+ To view these examples live, visit:
3
+ http://htmlpreview.github.io/?https://raw.github.com/baconjs/bacon.js/master/examples/examples.html
4
+ -->
5
+ < html >
6
+ < head >
7
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
8
+ < script src ="performance.js "> </ script >
9
+ < script >
10
+
11
+
12
+ </ script >
13
+ </ head >
14
+ < body >
15
+ </ body >
16
+ </ html >
You can’t perform that action at this time.
0 commit comments