-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgruntcfg.json
More file actions
154 lines (150 loc) · 5.39 KB
/
gruntcfg.json
File metadata and controls
154 lines (150 loc) · 5.39 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"requirejs": {
"options": {
"uglify": {
"except": ["$super"]
},
"baseUrl": "./",
"paths": {
"require": "js/thrd_lib/requirejs/require",
"text": "js/thrd_lib/requirejs/require.text",
"zepto": "js/thrd_lib/zepto/zepto",
"bootstrap":"js/thrd_lib/bootstrap/bootstrap",
"responsive":"js/thrd_lib/responsiveNav/responsive-nav",
"underscore":"js/thrd_lib/underscore/underscore",
"extend":"js/thrd_lib/underscore/underscore.extend",
"fastclick":"js/thrd_lib/zepto/fastclick",
"when":"js/thrd_lib/zepto/when",
"AbstractApp": "js/mvc/abstract.app",
"AbstractView": "js/mvc/abstract.view",
"View": "js/mvc/view",
"NavView": "js/mvc/nav_view",
"ajax": "js/mvc/ajax",
"AbstractModel":"js/mvc/abstract.model",
"MyOrganizeModel":"js/model/MyOrganizeModel",
"LoginModel":"js/model/LoginModel",
"LoginOutModel":"js/model/LoginOutModel",
"SessionInfoModel":"js/model/sessionInfoModel",
"VersionModel":"js/model/versionModel",
"ApprovalResultsModel":"js/model/ApprovalResultsModel",
"minCheckFullNameModel":"js/model/minCheckFullNameModel",
"minCheckShortNameModel":"js/model/minCheckShortNameModel",
"minCheckPhoneModel":"js/model/minCheckPhoneModel",
"minPhoneValidationCodeModel":"js/model/minPhoneValidationCodeModel",
"minCheckEmailModel":"js/model/minCheckEmailModel",
"minRegisteredEnterpriseModel":"js/model/minRegisteredEnterpriseModel",
"minGetSpreadListModel":"js/model/minGetSpreadListModel",
"minSetSpreadListModel":"js/model/minSetSpreadListModel",
"abstractStorage":"js/mvc/abstractStorage",
"storage":"js/mvc/storage",
"AbstractStore":"js/mvc/abstractStore",
"store":"js/mvc/store",
"EnvStore":"js/store/EnvStore",
"LanguageStore":"js/store/LanguageStore",
"MyProfileStore":"js/store/MyProfileStore",
"UIView":"js/ui/ui.abstract.view",
"UItreeMenu":"js/ui/ui.treeMenu",
"UIMask":"js/ui/ui.mask",
"UILayer":"js/ui/ui.layer",
"UIAlert":"js/ui/ui.alert",
"UIToast":"js/ui/ui.toast",
"UILoading":"js/ui/ui.loading",
"UIBubbleLayer":"js/ui/ui.bubble.layer",
"UIScroll":"js/ui/ui.scroll",
"UIScrollLayer":"js/ui/ui.scroll.layer",
"UISliderIscroll":"js/ui/ui.slider.iscroll",
"UISelect":"js/ui/ui.select",
"UIRadioList":"js/ui/ui.radio.list",
"UIGroupSelect":"js/ui/ui.group.select",
"UIGroupList":"js/ui/ui.group.list",
"UISwitch":"js/ui/ui.switch",
"UITab":"js/ui/ui.tab",
"UISlide":"js/ui/ui.slide",
"UICalendar":"js/ui/ui.calendar",
"UIopenFile":"js/ui/ui.openFile",
"UIArticle":"js/ui/ui.group.article",
"UIresNavgation":"js/ui/ui.resNavgation",
"Common":"js/common",
"js_Constant":"js/js_constant"
},
"include": [
"text",
"zepto",
"bootstrap",
"underscore",
"extend",
"fastclick",
"when",
"responsive",
"js_Constant",
"Common",
"AbstractApp",
"AbstractView",
"ajax",
"AbstractModel",
"MyOrganizeModel",
"LoginModel",
"LoginOutModel",
"minCheckFullNameModel",
"minCheckShortNameModel",
"minPhoneValidationCodeModel",
"minCheckEmailModel",
"minCheckPhoneModel",
"minRegisteredEnterpriseModel",
"minGetSpreadListModel",
"minSetSpreadListModel",
"LanguageStore",
"MyProfileStore",
"SessionInfoModel",
"VersionModel",
"ApprovalResultsModel",
"abstractStorage",
"storage",
"AbstractStore",
"store",
"View",
"NavView",
"UIView",
"UItreeMenu",
"UIMask",
"UILayer",
"UIAlert",
"UIToast",
"UILoading",
"UIBubbleLayer",
"UIScroll",
"UIScrollLayer",
"UISliderIscroll",
"UISelect",
"UIRadioList",
"UIGroupSelect",
"UIGroupList",
"UISwitch",
"UITab",
"UISlide",
"UICalendar",
"UIopenFile",
"UIArticle",
"UIresNavgation",
"text!js/app/templates/ui/ui.alert.html",
"text!js/app/templates/ui/ui.bubble.layer.html",
"text!js/app/templates/ui/ui.group.list.html",
"text!js/app/templates/ui/ui.group.select.html",
"text!js/app/templates/ui/ui.loading.html",
"text!js/app/templates/ui/ui.radio.list.html",
"text!js/app/templates/ui/ui.scroll.layer.html",
"text!js/app/templates/ui/ui.slider.iscroll.html",
"text!js/app/templates/ui/ui.select.html",
"text!js/app/templates/ui/ui.switch.html",
"text!js/app/templates/ui/ui.tab.html",
"text!js/app/templates/ui/ui.toast.html",
"text!js/app/templates/ui/ui.calendar.html",
"text!js/app/templates/ui/ui.openFile.html",
"text!js/app/templates/ui/ui.treeMenu.html",
"text!js/app/templates/ui/ui.group.article.html",
"text!js/app/templates/ui/ui.resNavgation.html"
],
"out": "./js/app/global.min.js"
}
}
}