andrewdavey / knapsack

Project moved to https://github.com/andrewdavey/cassette
MIT License
24 stars 3 forks source link

Knapsack incompatible with Glimpse. #16

Closed darran closed 13 years ago

darran commented 13 years ago

It seems that knapsack interferes with glimpse or I don't know the correct knapsack config!. (http://getglimpse.com/)

To repro:

  1. New MVC3 project.
  2. Use Nuget to install Glimpse MVC3
  3. Ensure Glimpse running OK
  4. Set Project to use IIS Express --> Run website in Debugger - Glimpse works OK
  5. Use Nuget to install Knapsack --> Run website in debugger - Glimpse doesn't work. Blank screen shown in browser.
andrewdavey commented 13 years ago

I've copied the issue to the new project: https://github.com/andrewdavey/cassette/issues/3