File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ before_script:
14
14
- " (cd tpouch && npm i && gulp travis --production)"
15
15
script :
16
16
- npm run build-plugin # builds NoteSelf core plugins
17
- - tiddlywiki ./wiki --verbose --build index --build OnlineDemo --build favicon --build library
17
+ - tiddlywiki ./wiki --verbose --output ./dist -- build index --build OnlineDemo --build favicon --build library
18
18
- tiddlywiki ./editions/developer --verbose --build index # build the developer edition
19
19
- " (cd ./tpouch && gulp travis)" # Build non minified version of TPouch code ( no --production flag )
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
23
- " npx tiddlywiki ./editions/edge --verbose --build index" # build the edge edition (includes not well tested stuff)
24
- - cp -r ./wiki/output/* ./dist/ # Copy everything to the dist directory
25
- # Measures file sizes and adds that data to the pull request
24
+ # === Measures file sizes and adds that data to the pull request ===
26
25
- python node_modules/travis-weigh-in/weigh_in.py dist/online/index.html
27
26
- python node_modules/travis-weigh-in/weigh_in.py dist/dev/index.html
28
27
- python node_modules/travis-weigh-in/weigh_in.py dist/index.html
28
+ after_script :
29
29
- " ls -lR dist"
30
30
deploy :
31
31
provider : pages
Original file line number Diff line number Diff line change 16
16
],
17
17
"build": {
18
18
"index": [
19
- "--rendertiddler",
20
- "$:/core/save/all",
21
- "../../../dist/developer/index.html",
22
- "text/plain"
19
+ "--output", "./dist/developer/",
20
+ "--rendertiddler", "$:/core/save/all", "index.html", "text/plain"
23
21
]
24
22
}
25
23
}
You can’t perform that action at this time.
0 commit comments