From 282cc34ec46e96c79a09a510eb62d41f4a852e89 Mon Sep 17 00:00:00 2001
From: Mike Francis <mikeffrancis@gmail.com>
Date: Thu, 5 Jun 2014 17:19:36 +0100
Subject: [PATCH] Only lint js/script.js as other files can't be trusted!

---
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index fc54ae7..5da59c2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -44,7 +44,7 @@ module.exports = function(grunt) {
       }
     },
     jshint: {
-      all: ['js/*.js']
+      all: ['js/script.js']
     },
     uglify: {
       all: {