-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject-paths.json
47 lines (47 loc) · 1.1 KB
/
project-paths.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
46
47
{
"fonts": {
"src": "./src/fonts/*",
"dest": "./dist/fonts/"
},
"faFonts": {
"src": "./node_modules/@fortawesome/fontawesome-free/webfonts/*",
"dest": "./dist/webfonts/"
},
"faCss": {
"src": "./node_modules/@fortawesome/fontawesome-free/css/all.min.css",
"dest": "./dist/styles/"
},
"styles": {
"src": "./src/styles/styles.css",
"dest": "./dist/styles/"
},
"scripts": {
"src": "./src/scripts/*.js",
"dest": "./dist/scripts/"
},
"manifest": {
"src": "./manifest.dnn",
"dest": "./"
},
"zipdist": {
"src": "./dist/**/*",
"zipfile": "dist.zip",
"dest": "./temp/"
},
"zipcontainers": {
"src": "./containers/**/*",
"zipfile": "cont.zip",
"dest": "./temp/"
},
"zipelse": {
"src": ["./menus/**/*", "./partials/*", "*.{ascx,xml,html,htm}", "koi.json"],
"zipfile": "else.zip",
"dest": "./temp/"
},
"cleantemp": {
"src": "./temp/"
},
"cleandist": {
"src": "./dist/"
}
}