Bug Tracker

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 mikesherov

Component: unfiledbuild
Milestone: None1.8
Owner: set to mikesherov
Priority: undecidedhigh
Status: newassigned

comment:2 Changed 11 years 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 11 years ago by Rick Waldron

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 Mike Sherov

Resolution: fixed
Status: assignedclosed

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.