Skip to content

Commit

Permalink
Include SASS sources to the resulting JAR file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpaz committed Sep 6, 2022
1 parent d4bd231 commit 5deea61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5deea61

Please sign in to comment.