Skip to content
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

Nuget download empty #779

Closed
Jojoshua opened this issue Aug 10, 2016 · 8 comments
Closed

Nuget download empty #779

Jojoshua opened this issue Aug 10, 2016 · 8 comments

Comments

@Jojoshua
Copy link

The nuget install for this does not bring down any javascript or css.

@tiesont
Copy link
Collaborator

tiesont commented Aug 10, 2016

This was actually covered in #634 - the content is there, it's just not configured properly. You can install an older version if you really need NuGet to work.

@tiesont
Copy link
Collaborator

tiesont commented Aug 10, 2016

@davidstutz Would you consider (briefly) adding me as an owner of the package, so that I can correct this? It's a quick fix - you just have to add the resources to a content folder.

@Jojoshua
Copy link
Author

I'm using visual Studio 2015 update 3 with a standard mvc project. Is there something I need to configure for this to work?

@tiesont
Copy link
Collaborator

tiesont commented Aug 10, 2016

@Jojoshua No. It's just a problem with the package, as noted in the referenced issue. The only way to use the package is for it to be fixed. You can download the zip and add it manually, for now, or use this version of the package: https://www.nuget.org/packages/Bootstrap.Multiselect/0.9.10

It's worth noting that 0.9.10 has bugs that really need fixing, so you're best off manually adding the files from the zip at this point.

@Jojoshua
Copy link
Author

Thanks for the quick response. My work blocks github so nuget was my only option. I may have to wait on using this until fixed via nuget.

@tiesont
Copy link
Collaborator

tiesont commented Aug 10, 2016

Here's a temp package you can use. Run

Install-Package BS.Multiselect -Version 0.9.15

from the package manager console. It's an unlisted package, and I will be deleting it if/when David fixes the "official" package. This has the newest version of the code from the repo.

@Jojoshua
Copy link
Author

Wow thanks. Everything pulled in properly. You the man.

@davidstutz
Copy link
Owner

Addressed in #634.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants