Skip to main content

Bug Tracker

Side navigation

#11857 closed enhancement (fixed)

Opened June 04, 2012 11:48PM UTC

Closed June 11, 2012 02:05AM UTC

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.

Attachments (0)
Change History (5)

Changed June 05, 2012 12:00AM UTC by mikesherov comment:1

component: unfiledbuild
milestone: None1.8
owner: → mikesherov
priority: undecidedhigh
status: newassigned

Changed June 05, 2012 01:27AM UTC by gibson042 comment:2

One possibility is to capture module dependencies in grunt.js: { flag: "effects", needs: "src/css.js", src: "src/effects.js" }

Changed June 05, 2012 01:35AM UTC by rwaldron comment:3

Suggestions? Make a Yaml file (easy to maintain), load it into grunt and go from there... Just a thought.

Changed June 09, 2012 03:59AM UTC by mikesherov comment:4

Changed June 11, 2012 02:05AM UTC by Mike Sherov comment:5

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