You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the SassCompiler via SassCompilerFactory.bundled() throws an exception when used in java modules environment:
java.lang.IllegalArgumentException: executable is not a file at [email protected]/de.larsgrefer.sass.embedded.connection.ConnectionFactory.ofExecutable(ConnectionFactory.java:59) at [email protected]/de.larsgrefer.sass.embedded.connection.ConnectionFactory.fromPackageProvider(ConnectionFactory.java:47) at [email protected]/de.larsgrefer.sass.embedded.connection.ConnectionFactory.bundled(ConnectionFactory.java:30) at [email protected]/de.larsgrefer.sass.embedded.SassCompilerFactory.bundled(SassCompilerFactory.java:29)
Getting the SassCompiler via SassCompilerFactory.bundled() throws an exception when used in java modules environment:
java.lang.IllegalArgumentException: executable is not a file at [email protected]/de.larsgrefer.sass.embedded.connection.ConnectionFactory.ofExecutable(ConnectionFactory.java:59) at [email protected]/de.larsgrefer.sass.embedded.connection.ConnectionFactory.fromPackageProvider(ConnectionFactory.java:47) at [email protected]/de.larsgrefer.sass.embedded.connection.ConnectionFactory.bundled(ConnectionFactory.java:30) at [email protected]/de.larsgrefer.sass.embedded.SassCompilerFactory.bundled(SassCompilerFactory.java:29)
Example project:
JavaSassTest.zip
The text was updated successfully, but these errors were encountered: