-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
37 lines (37 loc) · 922 Bytes
/
.yo-rc.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
{
"generator-cg-angular": {
"uirouter": true,
"partialDirectory": "partial/",
"modalDirectory": "partial/",
"directiveDirectory": "directive/",
"filterDirectory": "filter/",
"serviceDirectory": "service/",
"inject": {
"js": {
"file": "index.html",
"marker": "<!-- Add New Component JS Above -->",
"template": "<script src=\"<%= filename %>\"></script>"
},
"less": {
"relativeToModule": true,
"file": "<%= module %>.less",
"marker": "/* Add Component LESS Above */",
"template": "@import \"<%= filename %>\";"
}
},
"modules": [
{
"name": "reuniao",
"file": "reuniao\\reuniao.js"
},
{
"name": "participante",
"file": "participante\\participante.js"
},
{
"name": "relatorio",
"file": "relatorio\\relatorio.js"
}
]
}
}