grunt-remove-logging
grunt-remove-logging copied to clipboard
Syntax error after grunt-remove-logging...
Firebug console:
SyntaxError: missing : after property id
Gruntfile.js:
..
removelogging: {
dist: {
src: 'dist/**/*.js'
}
}
...