Andrew Tch
Andrew Tch
Same thing, however, messages are really present and have subjects. You should add if (isset($messageOverview->subject).... check.
Ping, any comment on that? )
@cleentfaar , I see that the last commit was made year ago. It this library active or abandoned?
Same here (still)
Should be disabled completely, imho, as it wipes out simple inline styles (like padding / margin). This nullifies the purpose of mailslurper, imho, as testing tool, as preview just does...
@ruian , could you cherrypick my fixes for js order and images to 2.0.x branch? I'm on standart symfony and have the same problems too )
@ruian , any ideas how to implement it, or where to make 'modifications'? (config.yml, or as an argument to a console?) maybe it would be better just implement --append-less switch...
Forcing users to copy whole variables.less is a pain. what about twitter:bootstrap:compile v2 --apend-less MyCoolBundle:lessvars.less (which just adds src\MyCoolBundle\Resources\less\lessvars.less to variables before compilation?)
like: ``` yml ruian_bootstrap: lessvars: | @boo: 123 @foo: 456 ``` ?
Indeed. Manipulating whole boostrap would add more problems like 'append or prepend user files?' 'where to append user files, in bootsrap.less or variables.less'?