Replies: 3 comments 7 replies
-
I would guess this could be caused by the fact that sbt-sassify 1.5.2 still uses sbt-web 1.4.x, whereas Play and basically all popular sbt-web plugins now use sbt-web 1.5.x. There is an open pull request which wasn't looked at by the maintainer yet: irundaia/sbt-sassify#53 You could go ahead an build your own (or fork) sbt-sassify library with upgraded dependencies and see if then your problem still occurs. |
Beta Was this translation helpful? Give feedback.
-
Thanks @mkurz, I'll try and figure that out. Seems like a likely culprit. Update: I gave the open PR from @OlegYch a go locally, with the latest sbt-web (1.5.5) and unfortunately I'm still seeing this problem. |
Beta Was this translation helpful? Give feedback.
-
I've done a bit more digging here and unless I've made a mistake this problem also affects at least |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm trying to update an app from 2.8.21 to 2.9.3 and while it's mostly pretty plain sailing I've come across an issue that's a bit of a blocker for me.
In a nutshell:
sbt-sassify
pluginWhile changing the SASS assets does trigger a recompilation of the CSS, this does not seem to propagate from the sub-project to the root project. It only works if I do a full rebuild. At first I thought this was an SBT issue, but the latest SBT 1.10.0 and Play 2.8.21 works fine.
Does anyone recognise this issue, or have a sense if it's a Play thing, an sbt-sassify thing, an sbt-web thing or something else?
I have made a minimal project here to test things if that's of use: https://github.com/mikesname/sbt-sass-issue
Beta Was this translation helpful? Give feedback.
All reactions