jquery / jquery/builder-jquery-css
JS dependencies should be reflected in the order of CSS dependencies
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
See https://github.com/rxaviers/builder-jquery-css/pull/1#discussion_r42862098
This passes as-is, but I don't think it should. Since input.js depends on version.js, their respective CSS should reflect that dependency, so this expect should be equal to "body {}\ninput {}\n"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked pull request discussion and trace how input.js depends on version.js and how their CSS dependencies are ordered. Reproduce the current expectation, then verify that the result is "body {}\ninput {}\n" when the dependency is reflected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100