Skip to content

Commit 26f2348

Browse files
committed
move f61ui to subrepo
1 parent 6c2752d commit 26f2348

31 files changed

+16
-1700
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ sudo: required
44
services: docker
55
language: minimal
66
script:
7-
- curl --fail --location --output bob https://dl.bintray.com/function61/turbobob/20190131_1056_c610efe9/bob_linux-amd64 && chmod +x bob
7+
- curl --fail --location --output bob https://dl.bintray.com/function61/dl/turbobob/20190220_1222_a09da4fa/bob_linux-amd64 && chmod +x bob
88
- CI_REVISION_ID="$TRAVIS_COMMIT" ./bob build --publish-artefacts

bin/build-frontend.sh

+7
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ buildFrontend() {
66
standardBuildProcess "frontend"
77
}
88

9+
copyF61uiStaticFiles() {
10+
rm -rf public/f61ui/
11+
cp -r frontend/f61ui/public/ public/f61ui/
12+
}
13+
914
packagePublicFiles() {
1015
tar -czf rel/public.tar.gz public/
1116
}
1217

1318
(cd frontend/ && buildFrontend)
1419

20+
copyF61uiStaticFiles
21+
1522
packagePublicFiles

frontend/f61ui/appcontroller.tsx

-57
This file was deleted.

frontend/f61ui/browserutils.ts

-21
This file was deleted.

frontend/f61ui/clipboard.ts

-42
This file was deleted.

frontend/f61ui/commandtypes.ts

-33
This file was deleted.

0 commit comments

Comments
 (0)