Skip to content

Commit 5ef3e35

Browse files
committed
update to @servicestack/client 1.1.4
1 parent af27f7c commit 5ef3e35

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

src/ServiceStack.Desktop/lib/js/@servicestack/client/servicestack-client.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
x run sync-client.sc
12
del ..\ServiceStack\js\servicestack-client.js
23
copy lib\js\@servicestack\client\servicestack-client.min.js ..\ServiceStack\js\servicestack-client.js
34
tsc && ^
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* Usage: x run sync-client.sc *
2+
3+
{{ const libs = {
4+
'@servicestack/client/servicestack-client.min.js': 'https://unpkg.com/@servicestack/client/dist/servicestack-client.min.js',
5+
}
6+
}}
7+
8+
#each libs
9+
it.Value |> urlContentsWithCache() |> to => js
10+
let path = `lib/js/${it.Key}`
11+
`writing file ${path}...`
12+
path.writeFile(js) |> end
13+
/each

src/ServiceStack/js/servicestack-client.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)