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

TwitterBootstrap3 package should Install-Package Microsoft.AspNet.Web.Optimization #115

Closed
BluePowerVan opened this issue Feb 17, 2015 · 1 comment · Fixed by #116
Closed

Comments

@BluePowerVan
Copy link

On an empty project that I added Chameleon and the TwitterBootstrap3 to, I could not build due to a missing System.Web.Optimization reference. Had to manually Install-Package Microsoft.AspNet.Web.Optimization to get it to run.

Hope this helps.

@robdmoore
Copy link
Member

Hi @BluePowerVan,

Thanks for this. You are right - it does add some code that relies on that library. Thanks for picking that up.

In reality the code that is added isn't essential - you could delete it, but I will change the nuspec so it's an explicit dependency so people aren't confused by it.

Thanks again!

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