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
16
grunt.js
16
grunt.js
@ -21,14 +21,14 @@ module.exports = function( grunt ) {
|
||||
return data;
|
||||
}
|
||||
|
||||
var file = grunt.file;
|
||||
var log = grunt.log;
|
||||
var verbose = grunt.verbose;
|
||||
var config = grunt.config;
|
||||
var distpaths = [
|
||||
"dist/jquery.js",
|
||||
"dist/jquery.min.js"
|
||||
];
|
||||
var file = grunt.file,
|
||||
log = grunt.log,
|
||||
verbose = grunt.verbose,
|
||||
config = grunt.config,
|
||||
distpaths = [
|
||||
"dist/jquery.js",
|
||||
"dist/jquery.min.js"
|
||||
];
|
||||
|
||||
grunt.initConfig({
|
||||
pkg: "<json:package.json>",
|
||||
|
Loading…
Reference in New Issue
Block a user