mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Change single quotes to double quotes.
This commit is contained in:
parent
ab84e037ed
commit
b8efbd6c07
@ -73,7 +73,7 @@ var
|
||||
},
|
||||
main: {
|
||||
options: {
|
||||
keepSpecialComments: '*'
|
||||
keepSpecialComments: "*"
|
||||
},
|
||||
src: "dist/jquery-ui.css",
|
||||
dest: "dist/jquery-ui.min.css"
|
||||
|
@ -140,7 +140,7 @@ grunt.registerMultiTask( "zip", "Create a zip file for release", function() {
|
||||
cmd: "zip",
|
||||
args: [ "-r", dest, this.data.src ],
|
||||
opts: {
|
||||
cwd: 'dist'
|
||||
cwd: "dist"
|
||||
}
|
||||
}, function( err ) {
|
||||
if ( err ) {
|
||||
|
@ -53,7 +53,7 @@ function submit( commit, runs, configFile, version, done ) {
|
||||
} )
|
||||
.addjob(
|
||||
{
|
||||
name: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
|
||||
name: "jQuery UI " + version + "#<a href='https://github.com/jquery/jquery-ui/commit/" + commit + "'>" + commit.substr( 0, 10 ) + "</a>",
|
||||
runs: runs,
|
||||
runMax: config.runMax,
|
||||
browserSets: config.browserSets
|
||||
|
Loading…
Reference in New Issue
Block a user