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
It seems that it is not possible to use the sass-asset pipeline with grails 5. When integrating the plugin and trying to compile a simple scss file the gradle process is disappearing unexpectedly.
It seems that the problem is caused by compatibility problems with libsass and the newer gradle version that is used in grails 5. In grails 4 it is running without difficulties.
* Exception is:
org.gradle.launcher.daemon.client.DaemonDisappearedException: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
at org.gradle.launcher.daemon.client.DaemonClient.handleDaemonDisappearance(DaemonClient.java:252)
at org.gradle.launcher.daemon.client.DaemonClient.monitorBuild(DaemonClient.java:225)
at org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:187)
......
The text was updated successfully, but these errors were encountered:
It seems that it is not possible to use the sass-asset pipeline with grails 5. When integrating the plugin and trying to compile a simple scss file the gradle process is disappearing unexpectedly.
It seems that the problem is caused by compatibility problems with libsass and the newer gradle version that is used in grails 5. In grails 4 it is running without difficulties.
I have created a simple grails 5 project which is demonstrating the problem: https://github.com/tobiaskraft/test-pipeline
Compiling assets:
./gradlew clean assetCompile --stacktrace
The following error is occurring:
The text was updated successfully, but these errors were encountered: