summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 254c73504..652239641 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -45,6 +45,7 @@ module.exports = function (grunt) {
'filter/**/*.js',
'service/**/*.js',
'gui/**/*.js',
+ 'plugin/**/*.js',
'utility/**/*.js',
'directive/**/*.js'
],
@@ -122,6 +123,7 @@ module.exports = function (grunt) {
'directive/**/*.js',
'tests/**/*.js',
'gui/**/*.js',
+ 'plugin/**/*.js',
'admin/**/*.js'
]
},
@@ -143,6 +145,7 @@ module.exports = function (grunt) {
'filter/**/*.js',
'service/**/*.js',
'gui/**/*.js',
+ 'plugin/**/*.js',
'../templates/**/*.php'
],
tasks: ['default'],