Skip to content

Commit

Permalink
Minor update, and ignoring nuget binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmd23 committed Apr 11, 2011
1 parent 85715d9 commit 719bc2f
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 20 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -26,4 +26,7 @@ Glimpse.5.1.ReSharper.user
/source/Glimpse.Test/Bin/Glimpse.Protocol.pdb
/source/Glimpse.Test/Bin/Glimpse.Test.dll
/source/Glimpse.Test/Bin/Glimpse.Test.pdb
*.user
*.user
/source/Glimpse.Net/NuSpec/lib/Glimpse.Protocol.dll
/source/Glimpse.Net/NuSpec/lib/Glimpse.Net.dll
/source/Glimpse.Net/Glimpse.0.75.nupkg
Binary file modified source/Glimpse.Example/App_Data/MvcMusicStore.mdf
Binary file not shown.
Binary file modified source/Glimpse.Example/App_Data/MvcMusicStore_log.ldf
Binary file not shown.
2 changes: 1 addition & 1 deletion source/Glimpse.Example/Views/Shared/_Layout.cshtml
Expand Up @@ -28,6 +28,6 @@
built with <a href="http://asp.net/mvc">ASP.NET MVC 3</a>
</div>

@RenderSection("JavaScript", false);
@RenderSection("JavaScript", false)
</body>
</html>
Binary file removed source/Glimpse.Net/Glimpse.0.75.nupkg
Binary file not shown.
Binary file removed source/Glimpse.Net/NuSpec/lib/Glimpse.Net.dll
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion source/Glimpse.Net/Responder/GlimpseResponders.cs
Expand Up @@ -63,7 +63,6 @@ public string StandardResponse(HttpApplication application, Guid requestId)
var html = string.Format(
@"<script type='text/javascript' id='glimpseData' data-glimpse-requestID='{1}'>var glimpse = {0};</script>", json, requestId);
html += @"<script type='text/javascript' id='glimpseClient' src='/Glimpse/glimpseClient.js'></script>";
html += @"<!--<img src='/Glimpse/glimpseSprite.png'/>-->";
application.Response.Write(html);
}

Expand Down
48 changes: 31 additions & 17 deletions todo.rtf

Large diffs are not rendered by default.

0 comments on commit 719bc2f

Please sign in to comment.