You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
359 B
15 lines
359 B
diff --git a/Gruntfile.js b/Gruntfile.js
|
|
index 12ae008..5d541f2 100644
|
|
--- a/Gruntfile.js
|
|
+++ b/Gruntfile.js
|
|
@@ -12,8 +12,7 @@ module.exports = function( grunt ) {
|
|
return data;
|
|
}
|
|
|
|
- var fs = require( "fs" ),
|
|
- gzip = require( "gzip-js" );
|
|
+ var fs = require( "fs" );
|
|
|
|
if ( !grunt.option( "filename" ) ) {
|
|
grunt.option( "filename", "jquery.js" );
|