@@ -47,7 +47,6 @@ export function app(options) {
4747 'client/_index.html' ,
4848 'client/app/app.' + script ,
4949 'client/app/app.component.' + script ,
50- 'client/app/app.config.' + script ,
5150 'client/app/app.constants.' + script ,
5251 'client/app/app.module.' + script ,
5352 'client/app/app.' + stylesheet ,
@@ -130,13 +129,6 @@ export function app(options) {
130129 files . push ( '.flowconfig' ) ;
131130 }
132131
133- /* Ui-Router */
134- if ( options . router === 'uirouter' ) {
135- files = files . concat ( [
136- 'client/components/ui-router/ui-router.mock.' + script
137- ] ) ;
138- }
139-
140132 /* Models - Mongoose or Sequelize */
141133 if ( models ) {
142134 files = files . concat ( [
@@ -169,10 +161,7 @@ export function app(options) {
169161 'client/app/admin/admin.module.' + script ,
170162 'client/components/auth/auth.module.' + script ,
171163 'client/components/auth/auth.service.' + script ,
172- 'client/components/auth/interceptor.service.' + script ,
173- 'client/components/auth/router.decorator.' + script ,
174164 'client/components/auth/user.service.' + script ,
175- 'client/components/mongoose-error/mongoose-error.directive.' + script ,
176165 'server/api/user/index.js' ,
177166 'server/api/user/index.spec.js' ,
178167 'server/api/user/user.controller.js' ,
0 commit comments