-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrcPaths.json
More file actions
26 lines (26 loc) · 849 Bytes
/
srcPaths.json
File metadata and controls
26 lines (26 loc) · 849 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
{
"rawscripts": [
"/app.js",
"/config.js",
"/shared/services/navService.js",
"/shared/services/userService.js",
"/shared/factories/apiFactory.js",
"/shared/factories/accountAuth.apiFactory.js",
"/shared/factories/story.apiFactory.js",
"/shared/factories/userAuth.apiFactory.js",
"/shared/directives/compileDirective.js",
"/shared/directives/rangeSelectDirective.js",
"/shared/directives/surveyRange.js",
"/components/about/about.js",
"/components/navbar/navbar.js",
"/components/newchars/newchars.js",
"/components/settings/settings.js",
"/components/login/login.js",
"/components/login/completeAccount.js",
"/components/story/story.js",
"/components/contact/contact.js",
"/components/story/pronounWrap.js",
"/components/poll/poll.js",
"/components/poll/pollService.js"],
"minscripts": ["/app.min.js"]
}