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

SlateFoundation/slate-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>