Include SASS sources to the resulting JAR file
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user