jquery / jquery/builder-jquery-css

JS dependencies should be reflected in the order of CSS dependencies

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.