[bisq-network/bisq] [WIP] Feature dark mode (#2414)

Peter Banik notifications at github.com
Fri Mar 8 17:34:00 UTC 2019


peterzen commented on this pull request.



> @@ -314,6 +320,12 @@ configure(project(':desktop')) {
         testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
     }
 
+    // https://github.com/anbuck/gradle-compass
+    compass {
+        sassDir = file("src/main/resources/styles")
+        cssDir = file("build/resources/main/bisq/desktop/styles")

I've tested this in Linux environments, it works correctly both with the `src/` being around and without it so the CSS gets properly compiled into the jar file.  I've added this fix to the PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2414#discussion_r263862864
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190308/3e5d3462/attachment.html>


More information about the bisq-github mailing list