},
main: {
options: {
- keepSpecialComments: '*'
+ keepSpecialComments: "*"
},
src: "dist/jquery-ui.css",
dest: "dist/jquery-ui.min.css"
cmd: "zip",
args: [ "-r", dest, this.data.src ],
opts: {
- cwd: 'dist'
+ cwd: "dist"
}
}, function( err ) {
if ( err ) {
} )
.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