Skip to content

Commit

Permalink
Removed logs from release issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan committed Oct 27, 2014
1 parent ea517a1 commit 1c6a8de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ module.exports = function (grunt) {
// Minify JavaScript
uglify: {
options: {
preserveComments: 'some'
preserveComments: 'some',
compress: {
drop_console: true
}
},
app: {
files: {
Expand Down
2 changes: 1 addition & 1 deletion release/angular-wamp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c6a8de

Please sign in to comment.