Closed axos88 closed 8 years ago
Adds the possibility to set directive priority, by
class MyDirective extends Directive with Priority { priority = 42 .... }
It's a nice enhancement. Thanks much for the contribution!
Adds the possibility to set directive priority, by