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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: