Skip to content

Commit

Permalink
One minor styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 13, 2015
1 parent 63d6c37 commit 2666499
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/grunt-tasks/scripts.js
Expand Up @@ -23,7 +23,9 @@ module.exports = function( grunt ){
if (grunt.option('develop')){
grunt.config( 'uglify.options', {
beautify : true,
compress : {drop_debugger : false}
compress : {
drop_debugger : false
}
});
} else {
grunt.config( 'uglify.target.options', {
Expand Down

0 comments on commit 2666499

Please sign in to comment.