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
I have a single page site. My index.html is compiled from main.html.haml which is my site template. Within this file, I include several partials like so:
I get an index.html file where only the attributes within main.html.haml are converted to double quotes. All the attributes from the partials remain as single quotes.
Is this expected behaviour? If so, how would I change my task to apply double quotes to partials as well as the main template?
Thanks!
The text was updated successfully, but these errors were encountered:
I have a single page site. My index.html is compiled from main.html.haml which is my site template. Within this file, I include several partials like so:
When I run:
I get an index.html file where only the attributes within main.html.haml are converted to double quotes. All the attributes from the partials remain as single quotes.
Is this expected behaviour? If so, how would I change my task to apply double quotes to partials as well as the main template?
Thanks!
The text was updated successfully, but these errors were encountered: