Michael W Powell
Michael W Powell
Re: naming conventions, it's not a big deal, but thanks... I don't know about Mac, per se. Isn't it easy enough to include a Nuspec file?
FYI, one note, I cannot speak for non-ASP.NET MVC usages, but I can bundle the config like this: ``` C# yield return new ScriptBundle("~/bundles/jquerytimepicker") .Include("~/Scripts/jquery.timepicker.{version}.js"); ``` And not care about...
I'm surprised by that. Would you mind clarifying, you are the [jonthornton](http://www.nuget.org/profiles/jonthornton) on the [Nuget project](http://www.nuget.org/packages/jquery-timepicker-jt/)?
I can't promise when I will get to it, but if you'll set me up on NuGet, I'll look into submitting some PRs against the Github repo, and publish updates...
Somewhat tangential to this question, am I correct in observing that the *MvcModule* and *MvcSiteMapProviderModule* classes are "auto-generated", that is, included with the package. I'm not sure I must have...
For starters, does not seem to be honoring the CSS in the parent view(s): Head: ``` @Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") ``` Body: ``` @Html.MvcSiteMap().Menu(); @Html.Partial("_LoginPartial") ``` Which replaced: ``` @Html.ActionLink("Home", "Index", "Home")...
Sort of halfway there. In the [MenuHelperModel.cshtml](http://github.com/maartenba/MvcSiteMapProvider/blob/master/src/MvcSiteMapProvider/MvcSiteMapProvider/Web/Html/DisplayTemplates/MenuHelperModel.cshtml), ... Apparently I am looking at an old version of the NuGet package. Still want to support multiple top-level nodes; or at minimum...
Sort *_ASCENDING_* as well as descending.
I did, does not sort in the other direction.
Possibly similar in nature to when profiling "stops", i.e. Arma instance vanishes. Should be able to click "stopped" then presumably "resume" but that does not work either.