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
408 B
15 lines
408 B
diff --git a/Gruntfile.js b/Gruntfile.js
|
|
index d1ad5d4..f1f1a28 100644
|
|
--- a/Gruntfile.js
|
|
+++ b/Gruntfile.js
|
|
@@ -9,8 +9,7 @@ module.exports = function( grunt ) {
|
|
return data;
|
|
}
|
|
|
|
- var gzip = require( "gzip-js" ),
|
|
- srcHintOptions = readOptionalJSON( "src/.jshintrc" );
|
|
+ var srcHintOptions = readOptionalJSON( "src/.jshintrc" );
|
|
|
|
// The concatenated file won't pass onevar
|
|
// But our modules can
|