-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunchSettings.json
More file actions
40 lines (40 loc) · 1.34 KB
/
launchSettings.json
File metadata and controls
40 lines (40 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"profiles": {
"htmlc compile without style": {
"commandName": "Project",
"commandLineArgs": "compile /Users/larskramer/htmlc-test"
},
"htmlc compile with style": {
"commandName": "Project",
"commandLineArgs": "compile /Users/larskramer/htmlc-test -s /styles/main.scss"
},
"htmlc check": {
"commandName": "Project",
"commandLineArgs": "environment check"
},
"htmlc setup": {
"commandName": "Project",
"commandLineArgs": "environment setup"
},
"htmlc config add": {
"commandName": "Project",
"commandLineArgs": "config build-blacklist add .png"
},
"htmlc new template": {
"commandName": "Project",
"commandLineArgs": "new -t DemoTemplate"
},
"htmlc compile from src to dist": {
"commandName": "Project",
"commandLineArgs": "compile /Users/larskramer/Projects/lk-code/fluent-data-builder/docs/src /Users/larskramer/Projects/lk-code/fluent-data-builder/docs/dist"
},
"htmlc compile lk-code": {
"commandName": "Project",
"commandLineArgs": "compile /Users/larskramer/Projects/lk-code/lk-code-dev -s /css/site.scss"
},
"htmlc template create FluentDataBuilder": {
"commandName": "Project",
"commandLineArgs": "template create /Users/larskramer/Projects/lk-code/fluent-data-builder/docs"
}
}
}