-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathkdev.config.json
45 lines (45 loc) · 1014 Bytes
/
kdev.config.json
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
41
42
43
44
45
{
"name": "petadoption-api",
"basePath": "default",
"tasks": [
{
"name": "pug-html",
"input": "public/javascript/src/modules/directives/templates/",
"output": "public/javascript/src/modules/directives/templates/",
"options": {
"fileExtension": "html"
}
},
{
"name": "pug-html",
"input": "public/javascript/src/modules/views/",
"output": "public/javascript/src/modules/views/",
"options": {
"fileExtension": "html"
}
},
{
"name": "js",
"input": "./"
},
{
"name": "webpack",
"input": "public/javascript/src/webpack.config.js",
"output": "public/javascript/"
},
{
"name": "jsx",
"input": "public/javascript/src/"
},
{
"name": "stylus",
"input": "public/stylesheets/",
"output": "public/stylesheets/"
},
{
"name": "css",
"input": "public/stylesheets/style.css",
"output": "public/stylesheets/"
}
]
}