Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sass-asset pipeline not working with gails 5 #288

Closed
tobiaskraft opened this issue Nov 26, 2021 · 3 comments
Closed

sass-asset pipeline not working with gails 5 #288

tobiaskraft opened this issue Nov 26, 2021 · 3 comments

Comments

@tobiaskraft
Copy link

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:

    * 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)
    ......

@longwa
Copy link
Contributor

longwa commented Nov 28, 2021

We are also having this same issue with one of our projects and Grails 5, the gradle daemon just dies with little fanfare.

@longwa
Copy link
Contributor

longwa commented Dec 9, 2021

FYI, I have confirmed this is not an issue with the upcoming sass-dart-pipeline changes.

#287

@tobiaskraft
Copy link
Author

Problem is fixed when using the new sass-dart-pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants