summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-20 17:58:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-20 17:58:17 +0200
commit0db81a2fc187a45e8c23160770a01e3050d26780 (patch)
treeb7daa312879873ae0f3a214c0e7b722522323fe0 /js/Gruntfile.js
parent5a7b1e0c36c2dd564f44568de766118b07be49ad (diff)
keyboard shortcuts first pitch
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 7a4573c6c..1baf2d7d1 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -11,6 +11,7 @@
var globals = [
// libs
'$',
+ 'jQuery',
'angular',
// app
'app',
@@ -70,6 +71,7 @@ module.exports = function (grunt) {
'controller/**/*.js',
'filter/**/*.js',
'service/**/*.js',
+ 'gui/**/*.js',
'model/**/*.js',
'directive/**/*.js'
],
@@ -104,6 +106,7 @@ module.exports = function (grunt) {
'controller/**/*.js',
'directive/**/*.js',
'tests/**/*.js',
+ 'gui/**/*.js',
'Gruntfile.js',
'karma.conf.js',
'protractor*conf.js'
@@ -124,6 +127,7 @@ module.exports = function (grunt) {
'directive/**/*.js',
'filter/**/*.js',
'service/**/*.js',
+ 'gui/**/*.js',
'../templates/**/*.php'
],
tasks: ['default'],