From 60f43ef961740ee8b7048d858b671bcd1b90f6e8 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 24 Apr 2019 21:50:16 +0200
Subject: [PATCH] remove jshintrc and rename bower comps

---
 Gruntfile.coffee | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Gruntfile.coffee b/Gruntfile.coffee
index 6a71246e..2207935a 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/**'
-- 
GitLab