summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
commitaf95556560f2474ca504218c0a18eef267e7cd16 (patch)
tree62d91326c8a4542b4588a630802a55cd58fd8c0e /js/Gruntfile.js
parent86b27436e7845f29a3673cdf8992301e8f865493 (diff)
add article action plugins
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'],