vaadin / sass-compiler

A Java Sass compiler implementation
53 stars 26 forks source link

ClassNotFoundException for ScssStylesheet #317

Open Sandared opened 6 years ago

Sandared commented 6 years ago

Hi,

when I'm running the on-the-fly copmilation of scss files in an OSGi context, then I get a ClassNotFoundException for ScssStylesheet. This is because vaadin-server uses ScssStylesheet, but sass-compiler does not export the package where this class is in (internal).

Either ScssStylesheet should be moved into a public package or you should export the 'internal' package.

Kind regards, Thomas