Include SASS sources to the resulting JAR file

This commit is contained in:
mkpaz 2022-09-06 09:41:26 +04:00
parent d4bd2315bc
commit 5deea61dae

@ -16,6 +16,14 @@
</properties>
<build>
<resources>
<!-- include SASS sources to the resulting JAR file -->
<resource>
<directory>src</directory>
<targetPath>atlantafx/styles</targetPath>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<!-- compile SCSS -->
<plugin>