Opened 11 years ago
Closed 11 years ago
#11857 closed enhancement (fixed)
modularize css
Reported by: | mikesherov | Owned by: | mikesherov |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | build | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (5)
comment:1 Changed 11 years ago by
Component: | unfiled → build |
---|---|
Milestone: | None → 1.8 |
Owner: | set to mikesherov |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Suggestions? Make a Yaml file (easy to maintain), load it into grunt and go from there... Just a thought.
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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
Note: See
TracTickets for help on using
tickets.
One possibility is to capture module dependencies in grunt.js:
{ flag: "effects", needs: "src/css.js", src: "src/effects.js" }