Skip to content

Commit

Permalink
removed console.log from minified js
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcdonald committed Nov 29, 2016
1 parent b44cc23 commit 65eb77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module.exports = function(grunt) {
preserveComments: 'false',
mangle: {
except: ['clmtrackr']
},
compress: {
drop_console: true
}
},
dist: {
Expand Down
Loading

0 comments on commit 65eb77f

Please sign in to comment.