mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Code cleanup in grunt.js. Closes gh-984
This commit is contained in:
parent
420dcc5842
commit
45d64e8be1
10
grunt.js
10
grunt.js
@ -21,11 +21,11 @@ module.exports = function( grunt ) {
|
||||
return data;
|
||||
}
|
||||
|
||||
var file = grunt.file;
|
||||
var log = grunt.log;
|
||||
var verbose = grunt.verbose;
|
||||
var config = grunt.config;
|
||||
var distpaths = [
|
||||
var file = grunt.file,
|
||||
log = grunt.log,
|
||||
verbose = grunt.verbose,
|
||||
config = grunt.config,
|
||||
distpaths = [
|
||||
"dist/jquery.js",
|
||||
"dist/jquery.min.js"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user