Ticket #11857 (closed enhancement: fixed)
modularize css
| Reported by: | mikesherov | Owned by: | mikesherov |
|---|---|---|---|
| Priority: | high | Milestone: | 1.8 |
| Component: | build | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
ability to build jquery without the css module. Note that effects and dimensions depend on this module. Should probably have a dependency graph somewhere.
Change History
comment:1 Changed 12 months ago by mikesherov
- Owner set to mikesherov
- Priority changed from undecided to high
- Status changed from new to assigned
- Component changed from unfiled to build
- Milestone changed from None to 1.8
comment:2 Changed 12 months ago by gibson042
One possibility is to capture module dependencies in grunt.js: { flag: "effects", needs: "src/css.js", src: "src/effects.js" }
comment:3 Changed 12 months ago by rwaldron
Suggestions? Make a Yaml file (easy to maintain), load it into grunt and go from there... Just a thought.
comment:5 Changed 12 months ago by Mike Sherov
- Status changed from assigned to closed
- Resolution set to fixed
Fix #11857. Modularize css.js, add dependency management. Closes gh-816.
See the pull request for more info on the dependency management details.
Changeset: 5f35b3d9f90d07ee084d59702a54051ee51fb0d3
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
