Skip to content

Commit

Permalink
feat(app generator): add option to drop console.* statements from cod…
Browse files Browse the repository at this point in the history
…e on minification
  • Loading branch information
cueedee committed Mar 18, 2015
1 parent 50a3a61 commit fa92e10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/app/templates/_Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ module.exports = ( grunt ) ->
uglify:

app:
options:
compress:
drop_console: true

files: [
src: '<%= build.part.app.tgt %>'
dest: '<%= build.part.app.tgt %>'
Expand Down

0 comments on commit fa92e10

Please sign in to comment.