-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jspm configuration #16101
Update jspm configuration #16101
Conversation
The base |
Ah. Okay, gotcha. |
👍 thanks! |
Amazing, thank you. |
I would like to be able to consume the less source as a dependency via JSPM, rather than only the compiled CSS. Restricting the JSPM config to the dist directory prevents this. Could we expand the config to include the less source? |
@jczerwinski That issue #12906 seems to be closed. Honestly, I'm kind of siding with the BS developers right now because importing the |
@lookfirst It's somewhat more due to a jspm-side limitation, AIUI: #16118. |
@cvrebert Thanks! It just sounds like a recipe for disaster. =( |
Yeah, makes sense. I've moved on. Thanks!
|
This updates to the latest jspm configuration options.
The
files
property is necessary to override the files property in the base package.json which caused the CSS folder to be ignored.