-
Notifications
You must be signed in to change notification settings - Fork 82
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
Same library with different files to different directories in lib doesn't seem to work #597
Comments
Related to #407, needs a way to specify the destination for individual files. |
Just ran into the exact same issue trying to put Bootstrap .scss files in a folder for pre-compilation and the .js into wwwroot. Only the last defined entry for a lib is executed. |
Same issue, trying to put fontawesome css/js files in their own folder, and the webfonts at the wwwroot level |
Same issue. Need help with this. I want to have the font files from the |
Same issue. Need to split css and js files by different folders |
Functional impact
Setting up libman.json with the json that repeats libraries seems to only run one time
Minimal repro steps
Expected result
The JS files should install to the JS directory and the CSS files should install to the CSS directory.
Actual result
The JS library setting is running and installing the JS files but the CSS library never installs.
Further technical details
The library that I'd like to install includes all its files in one directory which is not organized, I'd like to organize them in a way that is consistent with many other well-known libraries such as font-awesome, and bootstrap
The text was updated successfully, but these errors were encountered: