UNPKG
@apache-royale/royale-js
Version:
latest (0.9.12)
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.4
0.9.3
0.9.1
0.9.0
0.0.1
Apache Royale (formerly FlexJS)
royale.apache.org
@apache-royale/royale-js
/
royale-asjs
/
frameworks
/
projects
/
TLF
/
.vscode
/
tasks.json
12 lines
(11 loc)
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"0.1.0"
,
"command"
:
"asconfigc"
,
"isShellCommand"
:
true
,
"args"
:
[
"--royaleHome=/FlexSDK/RoyaleNightly"
]
,
"showOutput"
:
"always"
}