BennyG
BennyG
any updates here?
ping @bazilio91
I don't know... What I can say is that is was broken with version 0.8 0.7 was working fine. I just link to an order.js with rules, like this ```...
cool, it's not broken anymore! `UNUSED` looks good but `INVALID` is wrong: ``` INVALID: Configured rules that are no longer available: RULE order/order order/properties-order ``` so 'stylelint-order' plugin is not...
maybe https://github.com/Donov4n/stylelint-find-new-rules can give you a hint... maybe its time to join forces
same problem here
same problem here
this also causes a bug in grunt-contrib-watch: https://github.com/gruntjs/grunt-contrib-watch/issues/282
I digged deeper and found out that the error content html is build properly. something went wrong after using `fillWith`method of the dialog: https://github.com/brightcove/videojs-errors/blob/ee400679cde77971117bc0aab1ad50866c010d98/src/plugin.js#L271 seams to be a race condition...