mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Conflicts with Glimpse (when enabled) #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install latest Glimpse NuGet package
2. Install latest mvc-mini-profiler package
3. Set up profiler and RenderIncludes()
4. Enable Glimpse

What is the expected output? What do you see instead?

I expect to see the mini profiler output in the corner. Instead, I see two JS 
errors:

Couldn't load 
http://localhost:30159/mini-profiler-includes.less?v=2.1.4183.14740 (null)
(function(a,b){function v(a,b){var c="...v||(location.hostname=="127.0.0.1"||
mini-p...3.14740 (line 367)

$(
return $('#profilerTemplate').tmpl(json);
mini-p...3.14740 (line 64)

If I disable my Glimpse session, the profiler works (a workaround).

What version of the product are you using? On what operating system?
1.3

Please provide any additional information below.
Perhaps another jQuery template issue?

There is a free Glimpse plugin, 
https://github.com/mcliment/miniprofiler-glimpse-plugin

However, I prefer the native UI of the mini profiler.

Original issue reported on code.google.com by kamran.a...@gmail.com on 24 Jun 2011 at 5:34

GoogleCodeExporter commented 8 years ago
mvc-mini-profiler team, I am a member of the Glimpse team. Feel free to reach 
out to us for assistance with this issue.

You can contact me at google's email service, my handle is nikmd23.

Original comment by nikm...@gmail.com on 30 Jun 2011 at 12:26

GoogleCodeExporter commented 8 years ago
can you try the latest version in google code, we amended it so LESS is now 
compiled in a build step and not in JS 

Original comment by sam.saff...@gmail.com on 10 Jul 2011 at 6:13

GoogleCodeExporter commented 8 years ago
Hi, the latest version works fine with Glimpse now! Thanks!

Original comment by kamran.a...@gmail.com on 19 Jul 2011 at 12:48

GoogleCodeExporter commented 8 years ago
fixed now .. yay

Original comment by sam.saff...@gmail.com on 21 Jul 2011 at 1:05