Skip to content

Commit 7244fda

Browse files
committed
chore(gulp): getting rid of watch on non-existing files
1 parent 7d000de commit 7244fda

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

config/build.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,14 @@ module.exports = {
5858
'js/views/modalView.js',
5959
'js/views/sideMenuView.js',
6060
'js/views/sliderView.js',
61-
'js/views/toggleView.js',
62-
63-
// Controllers
64-
'js/controllers/viewController.js',
65-
'js/controllers/sideMenuController.js',
61+
'js/views/toggleView.js'
6662
],
6763

6864
angularIonicFiles: [
6965
'js/angular/*.js',
7066
'js/angular/service/**/*.js',
7167
'js/angular/controller/**/*.js',
72-
'js/angular/directive/**/*.js',
73-
'bower_components/collide/collide.js'
68+
'js/angular/directive/**/*.js'
7469
],
7570

7671
//Which vendor files to include in dist, used by build

0 commit comments

Comments
 (0)