Skip to content

Commit

Permalink
Modify Gruntfile so that it will not run tslint twice on dist-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdandelion committed Jun 9, 2014
1 parent 1cf6730 commit 23d276e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ module.exports = function(grunt) {

grunt.registerTask("dist-compile", [
"dev-compile",
"tslint",
"blanket_mocha",
"uglify",
"compress"
Expand Down

0 comments on commit 23d276e

Please sign in to comment.