From b820fa4c3e7f6434c1502d4e47c3d47927f4db96 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Tue, 26 Nov 2013 22:32:59 +0100 Subject: [PATCH] only run jshint on test, not on build. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 895e428..c23ee18 100755 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ # build: - @echo "Running jshint..." - @./node_modules/.bin/jshint lib/ComicBook.js --config lib/.jshintrc @echo "Compiling Handlebars templates..." @./node_modules/.bin/handlebars templates/*.handlebars -f lib/templates.js @echo "Compiling and minifying javascript..."