File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ ${html}
114
114
binds the returned string to the result div. The input and response
115
115
are logged into the JavaScript console.
116
116
</ p >
117
+ < p class = "description" >
118
+ < b > as-bind version:</ b > { asbind . version }
119
+ </ p >
117
120
< nav class = "link-row" >
118
121
< div >
119
122
< a href = "https://github.com/torch2424/as-bind" >
Original file line number Diff line number Diff line change 20
20
"lib:js:build" : " rollup -c --environment LIB,PROD" ,
21
21
"lib:js:build:dev" : " rollup -c --environment LIB,DEV" ,
22
22
"lib:test:build" : " asc test/assembly/test.ts -b test/assembly/test.wasm --validate --runtime full --debug" ,
23
+ "lib:deploy" : " np" ,
23
24
"md:build" : " run-s md:wasm:build md:ts:build md:js:build" ,
24
25
"md:dev" : " run-p lib:watch md:wasm:watch md:js:watch serve" ,
25
26
"md:wasm:watch" : " chokidar --initial \" examples/markdown-parser/assembly/**/*\" -c \" run-s md:wasm:build\" " ,
26
27
"md:js:watch" : " chokidar --initial \" examples/markdown-parser/**/*\" -c \" rollup -c --environment MD,DEV\" " ,
27
28
"md:wasm:build" : " asc examples/markdown-parser/assembly/index.ts -b dist/examples/markdown-parser/index.wasm --sourceMap dist/examples/markdown-parser/index.wasm.map --validate --runtime stub" ,
28
29
"md:ts:build" : " tsc --project examples/markdown-parser/assembly/ --outDir dist/ --module \" es2015\" " ,
29
- "md:js:build" : " rollup -c --environment MD,PROD"
30
+ "md:js:build" : " rollup -c --environment MD,PROD" ,
31
+ "md:deploy" : " run-s build md:build md:deploy:gh-pages" ,
32
+ "md:deploy:gh-pages" : " gh-pages -d dist/examples/markdown-parser"
30
33
},
31
34
"husky" : {
32
35
"hooks" : {
You can’t perform that action at this time.
0 commit comments