Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

GWT-Bootstrap isnt injecting CSS #82

@caarlos0

Description

@caarlos0

testing GWT-Bootstrap in other projects. I got the isso #81 and now this:
It inject JS, but not the CSS files.

So, in the entry point, I have to do:

            Configurator ADAPTER = GWT.create(Configurator.class);
    Resources res = ADAPTER.getResources();
    StyleInjector.inject(res.bootstrapCss().getText());
    StyleInjector.inject(res.gwtBootstrapCss().getText());

I see that in ResourceInjector has the lines about CSS files commented. Dont understand why...
Anyway... I believe thats a bug.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions