File tree 1 file changed +29
-11
lines changed
1 file changed +29
-11
lines changed Original file line number Diff line number Diff line change 3
3
"ui" : " tui" ,
4
4
"tasks" : {
5
5
"@tailwindcss/oxide#build" : {
6
- "dependsOn" : [" ^build" ],
7
- "outputs" : [" ./index.d.ts" , " ./index.js" , " ./*.node" ],
6
+ "dependsOn" : [
7
+ " ^build"
8
+ ],
9
+ "outputs" : [
10
+ " ./index.d.ts" ,
11
+ " ./index.js" ,
12
+ " ./*.node"
13
+ ],
8
14
"inputs" : [
9
15
" ./src/**/*" ,
10
16
" ./build.rs" ,
11
17
" ./package.json" ,
12
18
" ./Cargo.toml" ,
13
- " ../core /src/**/*" ,
14
- " ../core /Cargo.toml" ,
19
+ " ../oxide /src/**/*" ,
20
+ " ../oxide /Cargo.toml" ,
15
21
" ../Cargo.toml" ,
16
22
" ../package.json"
17
23
]
18
24
},
19
25
"@tailwindcss/oxide#dev" : {
20
- "dependsOn" : [" ^dev" ],
21
- "outputs" : [" ./index.d.ts" , " ./index.js" , " ./*.node" ],
26
+ "dependsOn" : [
27
+ " ^dev"
28
+ ],
29
+ "outputs" : [
30
+ " ./index.d.ts" ,
31
+ " ./index.js" ,
32
+ " ./*.node"
33
+ ],
22
34
"inputs" : [
23
35
" ./src/**/*" ,
24
36
" ./build.rs" ,
25
37
" ./package.json" ,
26
38
" ./Cargo.toml" ,
27
- " ../core /src/**/*" ,
28
- " ../core /Cargo.toml" ,
39
+ " ../oxide /src/**/*" ,
40
+ " ../oxide /Cargo.toml" ,
29
41
" ../Cargo.toml" ,
30
42
" ../package.json"
31
43
],
32
44
"cache" : false ,
33
45
"persistent" : true
34
46
},
35
47
"build" : {
36
- "dependsOn" : [" ^build" ],
37
- "outputs" : [" dist/**" ]
48
+ "dependsOn" : [
49
+ " ^build"
50
+ ],
51
+ "outputs" : [
52
+ " dist/**"
53
+ ]
38
54
},
39
55
"lint" : {},
40
56
"dev" : {
44
60
},
45
61
// If rustup is installed outside of the default ~/.rustup directory, we need
46
62
// to pass the path through to the individual rust tasks.
47
- "globalPassThroughEnv" : [" RUSTUP_HOME" ]
63
+ "globalPassThroughEnv" : [
64
+ " RUSTUP_HOME"
65
+ ]
48
66
}
You can’t perform that action at this time.
0 commit comments