From 23d276e1ef35b21bbd307d1b0e296070fd956601 Mon Sep 17 00:00:00 2001 From: Daniel Mane Date: Mon, 9 Jun 2014 13:37:34 -0700 Subject: [PATCH] Modify Gruntfile so that it will not run tslint twice on dist-compile --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d7a196cbad..7f40155bb1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -305,7 +305,6 @@ module.exports = function(grunt) { grunt.registerTask("dist-compile", [ "dev-compile", - "tslint", "blanket_mocha", "uglify", "compress"