File tree 3 files changed +6
-11
lines changed
3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ script:
20
20
- tiddlywiki ./wiki --verbose --build develop # This is the same as the online one, but to a different dist path
21
21
# ===== Build the edge version with the latest version of tiddlywiki just to see if it works at all =====
22
22
- " npm i tiddlywiki@latest && npx tiddlywiki --version"
23
- - " npx tiddlywiki ./editions/edge --verbose --build index " # build the edge edition (includes not well tested stuff)
23
+ - " npx tiddlywiki ./editions/edge --verbose --build index" # build the edge edition (includes not well tested stuff)
24
24
- cp -r ./wiki/output/* ./dist/ # Copy everything to the dist directory
25
25
# Measures file sizes and adds that data to the pull request
26
26
- python node_modules/travis-weigh-in/weigh_in.py dist/online/index.html
Original file line number Diff line number Diff line change 40
40
"outDir" : null ,
41
41
"localRoot" : " ${workspaceRoot}" ,
42
42
"remoteRoot" : null
43
- },
43
+ }
44
44
{
45
- "name" : " Attach to Process" ,
46
45
"type" : " node" ,
47
46
"request" : " attach" ,
48
- "processId" : " ${command.PickProcess}" ,
49
- "port" : 5858 ,
50
- "sourceMaps" : false ,
51
- "outDir" : null
47
+ "name" : " Attach by Process ID" ,
48
+ "protocol" : " inspector" ,
49
+ "processId" : " ${command:PickProcess}"
52
50
}
53
51
]
54
52
}
Original file line number Diff line number Diff line change 14
14
"languages": [
15
15
"en-US"
16
16
],
17
- "includeWikis": [
18
- {"path": "../../wiki", "read-only": true}
19
- ],
20
17
"build": {
21
18
"index": [
22
19
"--rendertiddler",
23
- "$:/NoteSelf /save/online ",
20
+ "$:/core /save/all ",
24
21
"../../../dist/edge/index.html",
25
22
"text/plain"
26
23
]
You can’t perform that action at this time.
0 commit comments