We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d000de commit 7244fdaCopy full SHA for 7244fda
config/build.config.js
@@ -58,19 +58,14 @@ module.exports = {
58
'js/views/modalView.js',
59
'js/views/sideMenuView.js',
60
'js/views/sliderView.js',
61
- 'js/views/toggleView.js',
62
-
63
- // Controllers
64
- 'js/controllers/viewController.js',
65
- 'js/controllers/sideMenuController.js',
+ 'js/views/toggleView.js'
66
],
67
68
angularIonicFiles: [
69
'js/angular/*.js',
70
'js/angular/service/**/*.js',
71
'js/angular/controller/**/*.js',
72
- 'js/angular/directive/**/*.js',
73
- 'bower_components/collide/collide.js'
+ 'js/angular/directive/**/*.js'
74
75
76
//Which vendor files to include in dist, used by build
0 commit comments