5b4cdf90 by Michael Richards

Report original, minified and gzipped file sizes when running through uglify.

1 parent 42c3e32c
......@@ -25,6 +25,7 @@ module.exports = (grunt) ->
all:
options:
banner: '<%= meta.banner %>'
report: 'gzip'
files:
'dist/rivets.min.js': 'dist/rivets.js'
......