mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Let's not pretend that manifest names are configurable...
This commit is contained in:
parent
10984c012f
commit
83ec5e2077
@ -22,8 +22,7 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
|
||||
homepage: "http://jqueryui.com/{plugin}-effect/",
|
||||
demo: "http://jqueryui.com/{plugin}-effect/",
|
||||
docs: "http://api.jqueryui.com/{plugin}-effect/",
|
||||
dependencies: [ "effect" ],
|
||||
file: "ui.effect-{plugin}"
|
||||
dependencies: [ "effect" ]
|
||||
}
|
||||
};
|
||||
|
||||
@ -70,7 +69,7 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
|
||||
manifest.dependencies[ "ui." + dependency ] = pkg.version;
|
||||
});
|
||||
|
||||
grunt.file.write( replace( baseManifest.file || "ui.{plugin}" ) + ".jquery.json",
|
||||
grunt.file.write( manifest.name + ".jquery.json",
|
||||
JSON.stringify( manifest, null, "\t" ) );
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user