Greg Hedin
Greg Hedin
@tomasbjerre, Do I need to rerun `atlas-debug` after every change or does bitbucket reimport the plugin automatically each time I change it? Thanks.
They are both pretty slow on my system. If I make a change to the code do I need to stop and restart atlas? I can't tell if my changes...
Running `atlas-mvn package` in a separate terminal does the trick! https://developer.atlassian.com/server/framework/atlassian-sdk/modify-the-plugin-using-quickreload/
I think I have stumbled across this same problem. Even though [cssstyle defines getPropertyValue](https://github.com/jsdom/cssstyle/blob/master/lib/CSSStyleDeclaration.js#L37) I am getting this error in my jsdom tests using jest-presets-angular ```bash TypeError: getComputedStyle(...).getPropertyValue is not...