We’re upgrading from Grails 3 to Grails 6. Finally...
# questions
b
We’re upgrading from Grails 3 to Grails 6. Finally got the app to start, but the asset pipeline is no longer serving SCSS files. The dependency for this is: com.bertramlabs.pluginsasset pipeline grails4.3.0
👍 1
j
Try adding the following to build.gradle:
Copy code
implementation 'com.bertramlabs.plugins:sass-asset-pipeline:4.4.0'
or
Copy code
assets 'com.bertramlabs.plugins:sass-asset-pipeline:4.4.0'
https://central.sonatype.com/artifact/com.bertramlabs.plugins/sass-asset-pipeline/overview http://www.asset-pipeline.com/manual/#sass - version out of date on docs.
b
Will do! Thanks for the suggestion
Yes! Thank you so much 👍
👍 1