diff --git a/Gruntfile.coffee b/Gruntfile.coffee
index 6a71246e2f47a07c8d1ff0fff6033643aa2294c1..2207935adfa3592c494261f78c85d7c16d9d001f 100644
--- a/Gruntfile.coffee
+++ b/Gruntfile.coffee
@@ -61,9 +61,6 @@ module.exports = (grunt) ->
 
         jshint:
 
-            options:
-                jshintrc: '.jshintrc'
-
             all: ['theme/js/*.js']
 
         copy:
@@ -73,7 +70,7 @@ module.exports = (grunt) ->
                     expand: true
                     src: [
                         'slides/**'
-                        'bower_components/**'
+                        'theme/**'
                         'theme/css/**'
                         'theme/js/**'
                         'slides/img/**'