Alex Riedler
Alex Riedler
I suppose you could trim it in handlebars_assets as well, but that might also cause unexpected results (in certain cases). This is probably a really rare case though. why not...
So... I would love to just strip the whitespace, however in the case that someone ACTUALLY wants the whitespace then it would break that case... I also do not want...
Yup, on it! (I think it may already be done on my branch; but still needs some verification with how HAML and SLIM works in this case).
my only concerns are performance overhead actually; but I don't really think that will be an issue if we think about it carefully. I am also slightly scared that some...
https://github.com/AlexRiedler/tilt_action_view and https://github.com/AlexRiedler/handlebars_assets might be of interest in that case (recent stuff I have been starting to work on); basically have implemented handlebars_assets with server-side rendering -- but there is...
nice work :+1:; I refactored both my repository and the fork again (you might want to check them out again, especially some of the TODOS). it also appears I have...
@ggarnier yeah, this is one of the changes I had to implement to keep consistency across the board; Otherwise through different versions of rails and sprocket engines the results were...
@ggarnier I am trying to avoid excess work in the slim + haml in production... so using the previous method is not a clear solution; working on a better solution...
@attenzione that is super weird, it should be nodes/edit and nodes/show ... what version of rails? (I tested on 4.0)
@attenzione ah, okay that makes more sense. I was actually fixing a bug that had to deal with paths; the new version is very... loosely defined. If you put this...