Skip to content

Commit cf72dd5

Browse files
committed
feat(build): using the new editions to build the online
1 parent bca6ea0 commit cf72dd5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ before_script:
1414
- "(cd tpouch && npm i && gulp travis --production)"
1515
script:
1616
- npm run build-plugin # builds NoteSelf core plugins
17-
- tiddlywiki ./wiki --verbose --output ./dist --build index --build OnlineDemo --build favicon --build library
17+
- tiddlywiki ./wiki --verbose --output ./dist --build index --build favicon --build library
18+
- tiddlywiki ./editions/online --verbose --build index
1819
- tiddlywiki ./editions/developer --verbose --build index # build the developer edition
1920
- "(cd ./tpouch && gulp travis)" # Build non minified version of TPouch code ( no --production flag )
2021
- tiddlywiki ./wiki --verbose --output ./dist --build develop # This is the same as the online one, but to a different dist path

editions/edge/tiddlywiki.info

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
"includeWikis": [ {"path": "../base", "read-only": true} ],
1414
"build": {
1515
"index": [
16-
"--rendertiddler",
17-
"$:/core/save/all",
18-
"../../../dist/edge/index.html",
19-
"text/plain"
16+
"--output", "./dist/edge/",
17+
"--rendertiddler", "$:/core/save/all", "index.html", "text/plain"
2018
]
2119
}
2220
}

0 commit comments

Comments
 (0)