Closed GoogleCodeExporter closed 8 years ago
Another vote for this, I think it should be high priority. The jQuery Templates
project is now dead, so more people will be using jsrender in their projects,
as I am doing. The two don't work together, and it wastes good time debugging
why jsRender isn't working. The Mini Profiler shouldn't interfere with anything
in a project.
If somebody could outline the preferred way ahead for this, I may be able to
spend a few hours on it as I need it to work. Options may be:
- Modify the jQueryTemplate file used in the Mini Profiler to not clash with
jsRender
- Allow jQueryTemplates or jsRender to be used and maintain two separate
versions of the template(s)
- Move over fully to jsrender. (Will likely create the reverse problem for
existing jQueryTemplate users)
The best all-round option may be to add another default parameter on to
RenderIncludes(), jsRenderCompatible = false. If false, keep things exactly as
they are now. If true, include a modified version of jQueryTemplate that does
not clash with jsRender.
Original comment by conceptd...@gmail.com
on 7 Jan 2012 at 9:23
my ideal solution is a standalone templating piece that can be loaded side by
side with any templating engine the user loads
One approach may be to stub out all the jQuery extension points and have a
single obscurely named method for all the templating needs.
Original comment by sam.saff...@gmail.com
on 13 Feb 2012 at 6:09
I went ahead and made us a standalone templating bit by renaming a whole bunch
of methods, I think it should play nice now
Original comment by sam.saff...@gmail.com
on 13 Feb 2012 at 6:47
Original comment by sam.saff...@gmail.com
on 13 Feb 2012 at 6:47
Original issue reported on code.google.com by
jamier....@gmail.com
on 1 Nov 2011 at 1:07