Hi Carlos,
We have created a custom sass locally in our project.
Is there any option I can use current
D:\royaleclone\royale-asjs\frameworks\themes\JewelTheme\target\JewelTheme.swc
and
make changes in the current by extending existing and/or only use it.
We want to generate our own customized theme (a combination of JewelTheme
and our own theme).
In pom.xml added:
<plugin>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>royale-maven-plugin</artifactId>
<version>${royale.compiler.version}</version>
<extensions>true</extensions>
<configuration>
<includeFiles>
<include-file>
<name>assets/*</name>
<path>../../JewelTheme/src/main/resources/assets/*</path>
</include-file>
<include-file>
<name>defaults.css</name>
<path>../src/main/resources/defaults.css</path>
</include-file>
</includeFiles>
</configuration>
</plugin>
But project sass isn't able to pick files(imports) from JewelTheme
Your help is highly appreciated in this regard.
Thank you in Advance
Alina Kazi