Open GoogleCodeExporter opened 9 years ago
(Using latest nuget package on 21 July - 1.6?)
Original comment by prefect_...@indcomp.co.uk
on 21 Jul 2011 at 10:34
ok, well, I fixed this locally, with the side-benefit of only needing to add
one route to the MVC route table, rather than one-per-file. Not sure if
there's any interest in making this change to the main code. I haven't a clue
what the relevant Hg magic would be, but if anyone wants the patch they can
mail me.
Original comment by prefect_...@indcomp.co.uk
on 22 Jul 2011 at 8:35
Im fine with this change
Original comment by sam.saff...@gmail.com
on 25 Jul 2011 at 11:04
I do not object to this at all, its just a massive change - if anyone wants to
submit a patch it is welcome
Original comment by sam.saff...@gmail.com
on 26 Aug 2011 at 3:09
Sam - I sent you the patches for this on 25th July, and you replied on the 26th
saying you were very busy but might get to them in the future. It didn't
actually turn out to be a very big change to the code. I'll see if I can make
this work against the current code.
Original comment by elmcroft
on 26 Aug 2011 at 7:58
I also have a patched copy to support this. How did you go do it? I simply
replaced all of the routes with -css and-js...
Original comment by drew.fre...@gmail.com
on 26 Aug 2011 at 7:07
@drew - pretty much the same, except I used underscores. I had to replace all
the dots in the paths, not just the last one. I also changed it to use one
route, not one-route-per-file, but that wasn't strictly necessary, though there
must be some cost per route which is nice to avoid.
Original comment by elmcroft
on 26 Aug 2011 at 7:53
there are 2 things that need to still work though
1. custom "subdirectory" for the profiler includes, the subdirectory may
contain dots
2. the file in VS needs to be .js ... otherwise you kill all syntax
highlighting during dev
Original comment by sam.saff...@gmail.com
on 28 Aug 2011 at 11:43
Original issue reported on code.google.com by
prefect_...@indcomp.co.uk
on 21 Jul 2011 at 10:33