Opened 12 years ago
Closed 11 years ago
#7411 closed enhancement (wontfix)
Split build.xml file into macrodefs in separate files
Reported by: | techtangents | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.build | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I don't really like Ant, but if you must use it, macrodefs are the way to go. It gets really messy otherwise. Macrodefs can be easily moved into different files, so you don't end up with one giant script. I've seen it before - not pretty.
I think for the jquery-ui build file they will help clarify the high-level structure of the build, make it more modular, help show what exactly is going on, reduce dupe and improve maintainability.
I've started on this and will send a pull request soon.
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Type: | bug → enhancement |
---|
comment:4 Changed 12 years ago by
Pull request issued: https://github.com/jquery/jquery-ui/pull/325 Hope you like it!
Note: See
TracTickets for help on using
tickets.
Ooh sorry - should have logged as "enhancement", not "bug".