Rob
                                            Rob
                                        
                                    The reason that `amber deploy` was abandoned is that it's way outside the scope of responsibility of a web framework to try and solve all the various deployment methodologies. Similar...
Does this also exist when the app is not running in development mode?
That’s fine with me, all I want is for an out of date page to not keep showing up when compilation fails.
Since the amber-watch config is merged in, @anamba may be the one with the most recent experience in the area. Any chance you'd like to contribute to this one?
I'm experiencing the same issue as @lukaslozovski running grocer from within sidekiq. Stacktrace is identical.
Indeed, Slim does trim all whitespace by default. Haml injects it by default, like slang does, but haml also provides a way to prevent it from being added.
I think this is a more obvious example. `` tags are `display: inline`, so spacing around them matters more than around most html elements. ```slang | un span.red forget |...
@jeromegn it's hard to say for sure, but given that HTML is _mostly_ ignorant of whitespace, it might be a safe first pass to just trim all whitespace. It would...
The reason this is more obvious with spans is that spans aren't block level elements. Added spacing into/around a block element is often not noticeable because it doesn't change flow...
@ychin correct, I did not see the error before updating to Catalina.