You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
I'm compiling a LESS overlay for Bootstrap that just needs to refer to a few of the variables, like the grid size. I'm using Webjars to grab the Bootstrap source for the build, but currently I have to copy my own LESS source into a secondary directory, unpack Bootstrap there, and tell lesscss-maven-plugin to compile that into the final output directory. It would be helpful to be able to specify multiple source directories to be able to skip the copy.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm compiling a LESS overlay for Bootstrap that just needs to refer to a few of the variables, like the grid size. I'm using Webjars to grab the Bootstrap source for the build, but currently I have to copy my own LESS source into a secondary directory, unpack Bootstrap there, and tell lesscss-maven-plugin to compile that into the final output directory. It would be helpful to be able to specify multiple source directories to be able to skip the copy.
The text was updated successfully, but these errors were encountered: