Nicholaos Bilalis
Nicholaos Bilalis
I am using the following script: ``` st=>start: Start e=>end: End opy=>operation: statements opn=>operation: statements cond(align-next=no)=>condition: Condition st->cond cond(yes,left)->opy->e cond(no,right)->opn->e ``` The `yes` and `no` paths are always `bottom`, `right`...
Is it possible (through configuration or otherwise) to instruct the minifier to keep the new-line characters? To be more specific, to replace any series of whitespase that contain at least...
The `dot sourcing operator` (`.`) behaves differently between versions `4.7.4` and `4.8.0`. The properties I define in external (helper) scripts don't seem to be added to the scope of the...