-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathux.json
31 lines (31 loc) · 993 Bytes
/
ux.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
{
"scss": {
"src": [
"styles/**/*.scss",
"node_modules/@unumux/willow/_*.scss",
"node_modules/@unumux/willow/@(components/global)/_*.scss",
"node_modules/@unumux/willow/components/**/styles/_*.scss",
"node_modules/@unumux/willow/global/**/_*.scss",
"node_modules/@unumux/willow/global/**/**/_*.scss",
"node_modules/@unumux/@(theme-unum-default|theme-coloniallife-default)/_*.scss",
"node_modules/@unumux/@(theme-unum-default|theme-coloniallife-default)/**/_*.scss"
],
"dest": "styles"
},
"js": {
"main": "scripts/site.js",
"src": "scripts/**/*.js",
"dest": "scripts"
},
"watch": [
"components/**/*.html",
"example-pages/*.html",
"columns.html",
"components.html",
"index.html",
"example-pages.html"
],
"server": true,
"compileJs": true,
"proxy": false
}