Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 621 Bytes

Readme.md

File metadata and controls

13 lines (12 loc) · 621 Bytes

slate-theme - Read Me

Installation

  1. Clone into workspace packages directory
  2. Set "theme": "slate-theme" in your app's app.json
  3. 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>