Opened 12 years ago
Closed 12 years ago
#7213 closed bug (wontfix)
make lint on a clean repo will occur error message
Reported by: | othree | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.4 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On an clean repo Execute 'make lint' will show the following message
make: *** No rule to make target `src/sizzle/sizzle.js', needed by `src/selector.js'. Stop.
Hor To Reproduce:
Just 'make clean lint' to see this error message
Note: See
TracTickets for help on using
tickets.
run
make && make lint
.