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
{{ message }}
This repository has been archived by the owner on Mar 19, 2018. It is now read-only.
Not really sure what's missing's from the helper library for martini but this is the result for the browser:
GET http://localhost:5000/mini-profiler-resources/includes.js?v=3.0.11
I'm assuming that that folder is not being registered in the martini helper library.
I have the same problem with revel. I think its because miniprofiler.MiniProfilerHandler(...) is called directly from the revel helper function, so that the miniprofiler.PATH prefix is not removed. For the normal handler http.StripPrefix() is used in init to setup the handler, but apparently that is not used by revel (or martini)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is showing in my javascript console when using the martini version of miniprofiler:
GET http://localhost:5000/mini-profiler-resources/includes.js?v=3.0.11
The text was updated successfully, but these errors were encountered: