- Clone into workspace packages directory
- Set
"theme": "slate-theme"
in your app's app.json - Until Sencha resolves this issue with themes using
inline-image
, add to your app's build.xml:
<!-- TODO: remove this hack to make inline-images work, see https://www.sencha.com/forum/showthread.php?286900 -->
<target name="-before-sass">
<mkdir dir="${build.sass.dir}" />
<symlink link="${build.sass.dir}/images" resource="${build.resources.dir}/images" failonerror="false" />
</target>