Skip to content

Commit 7d56a5a

Browse files
jshint no longer checks *.min.js, pre master merge
1 parent 47b9330 commit 7d56a5a

12 files changed

Lines changed: 226 additions & 54 deletions

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ module.exports = function(grunt) {
128128
all: [
129129
"Gruntfile.js",
130130
"scripts/**/*.js",
131-
"template/**/*.js"
131+
"template/**/*.js",
132+
"!template/**/*.min.js"
132133
],
133134
test: {
134135
options: {

0 commit comments

Comments
 (0)