CSSInject add-on

Miroslav Vasko:
also not working here. In the UI class, init method, we have:

@Override
protected void init(final VaadinRequest request) {
super.init(request);

CSSInject injector = new CSSInject(getUI());
injector.addStyleSheet(new ExternalResource(“http://spot-ci.dev.cp.local:5000/injected-styles.css”));
}

But the CSS is never loaded. Can somebody confirm, that this component works for him?

Yes… For me also, this css is never loaded. Can someone please help here?