forked from stempler/angular-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
29 lines (29 loc) · 730 Bytes
/
.yo-rc.json
File metadata and controls
29 lines (29 loc) · 730 Bytes
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
{
"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": "books",
"file": "books/books.js"
}
]
}
}