https://github.com/stevehobbsdev/glimpse.plugins.bundling
A plugin for Glimpse which exposes Asp.Net MVC Bundles and whether they were used on the current page request.
https://github.com/stevehobbsdev/glimpse.plugins.bundling
Last synced: 3 months ago
JSON representation
A plugin for Glimpse which exposes Asp.Net MVC Bundles and whether they were used on the current page request.
- Host: GitHub
- URL: https://github.com/stevehobbsdev/glimpse.plugins.bundling
- Owner: stevehobbsdev
- License: mit
- Created: 2013-07-24T19:39:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T23:46:31.000Z (over 12 years ago)
- Last Synced: 2025-02-08T09:23:12.115Z (over 1 year ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Glimpse.Plugins.Bundling
========================
A plugin for Glimpse which exposes Asp.Net MVC Bundles and whether they were used on the current page request.
Install through Nuget:
---------------
Install-Package Glimpse.Plugins.Bundling
The plugin simply shows which bundles have been created and what their contents are. You can also see which transforms are in use, the CDN path (if any) and
what Orderer instance is being used.
No boilerplate code is necessary - simply install the package through Nuget, and rebuild.

Viewing included Bundles
------------------------
The bundles that have been included and used on the current page can be viewed (seen highlighted in green in the screenshot above) by registering a HTTP handler, as follows: