Skip to content

Commit 753becb

Browse files
committed
Adding caching off capabilities
1 parent 9c36e19 commit 753becb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(grunt) {
66
uglify: {
77
options: {
88
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n',
9-
compress: true
9+
compress: {}
1010
},
1111
build: {
1212
src: 'src/<%= pkg.name %>.js',

0 commit comments

Comments
 (0)