@@ -47,7 +47,6 @@ export function app(options) {
47
47
'client/_index.html' ,
48
48
'client/app/app.' + script ,
49
49
'client/app/app.component.' + script ,
50
- 'client/app/app.config.' + script ,
51
50
'client/app/app.constants.' + script ,
52
51
'client/app/app.module.' + script ,
53
52
'client/app/app.' + stylesheet ,
@@ -130,13 +129,6 @@ export function app(options) {
130
129
files . push ( '.flowconfig' ) ;
131
130
}
132
131
133
- /* Ui-Router */
134
- if ( options . router === 'uirouter' ) {
135
- files = files . concat ( [
136
- 'client/components/ui-router/ui-router.mock.' + script
137
- ] ) ;
138
- }
139
-
140
132
/* Models - Mongoose or Sequelize */
141
133
if ( models ) {
142
134
files = files . concat ( [
@@ -169,10 +161,7 @@ export function app(options) {
169
161
'client/app/admin/admin.module.' + script ,
170
162
'client/components/auth/auth.module.' + script ,
171
163
'client/components/auth/auth.service.' + script ,
172
- 'client/components/auth/interceptor.service.' + script ,
173
- 'client/components/auth/router.decorator.' + script ,
174
164
'client/components/auth/user.service.' + script ,
175
- 'client/components/mongoose-error/mongoose-error.directive.' + script ,
176
165
'server/api/user/index.js' ,
177
166
'server/api/user/index.spec.js' ,
178
167
'server/api/user/user.controller.js' ,
0 commit comments