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 comment:1
component: | unfiled → build |
---|---|
milestone: | None → 1.8 |
owner: | → mikesherov |
priority: | undecided → high |
status: | new → assigned |
Changed June 05, 2012 01:27AM UTC by 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 comment:3
Suggestions? Make a Yaml file (easy to maintain), load it into grunt and go from there... Just a thought.