From 7230e031300823c9560938b430d605c77e27bda8 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 4 Jun 2015 09:22:05 -0700 Subject: [PATCH] Removed eslint from compile step With this patch, linting becomes an entirely separate step, invoked by 'npm run lint'. It is no longer baked into our compile, build, package flow. Change-Id: Ic167ce7ffdee704d9c21be6db07884bfd06a3e33 --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index cd468606..a2b403e3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -569,7 +569,6 @@ module.exports = function (grunt) { * Compiles all of our sources. */ grunt.registerTask('compile', [ - 'eslint', 'useminPrepare', 'concat', 'less',