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
firstly, this plugin is great. i've used it quite heavily over the last couple weeks and i'm really loving haml. however, i do have one request:
in my app, i'm making use of jquery templates. to embed a client-side bound variable in a jquery template, i do something like this:
<span><%= someVariableName %></span>
or
<span>${someVariableName}</span>
Unfortunately, both of these markups are overloaded by JSP and GSP server-side bindings. So, I'd like to option to compile my haml as a simple static html file instead, bypassing the whole GSP rendering phase.
Alternatively, if you have any suggestions on how I might escape the markup so that its passed through directly to the browser, that would also solve my immediate use case.
The text was updated successfully, but these errors were encountered:
firstly, this plugin is great. i've used it quite heavily over the last couple weeks and i'm really loving haml. however, i do have one request:
in my app, i'm making use of jquery templates. to embed a client-side bound variable in a jquery template, i do something like this:
or
Unfortunately, both of these markups are overloaded by JSP and GSP server-side bindings. So, I'd like to option to compile my haml as a simple static html file instead, bypassing the whole GSP rendering phase.
Alternatively, if you have any suggestions on how I might escape the markup so that its passed through directly to the browser, that would also solve my immediate use case.
The text was updated successfully, but these errors were encountered: