Add node_modules to LESS include path.

Review Request #12884 — Created March 13, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

We've started to pull in some dependencies from node_modules for
JavaScript, and some of those have matching CSS. While Djblets currently
doesn't have anything which needs this, we should have it in the include
path so we don't get confused later on down the road.

Used an equivalent change in Review Board.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add node_modules to LESS include path.
We've started to pull in some dependencies from node_modules for JavaScript, and some of those have matching CSS. While Djblets currently doesn't have anything which needs this, we should have it in the include path so we don't get confused later on down the road. Testing Done: Used an equivalent change in Review Board.
20551eaa7149ca17d0c17644512f9844c00c0019 David Trowbridge
djblets/pipeline/settings.py
Loading...