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

Commit

Permalink
Merge pull request #168 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: slate-admin v2.4.1
  • Loading branch information
themightychris authored Aug 5, 2018
2 parents 8b5afc4 + 595fcf4 commit 7705c32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
9 changes: 1 addition & 8 deletions html-templates/webapps/SlateAdmin/sencha.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@

{block meta}
{$title = "Manage Slate"}

{$dwoo.parent}
{/block}

{block css-app}
{cssmin "fonts/font-awesome.css"}

{$dwoo.parent}
{/block}

{block js-app}
{$dwoo.parent}

{foreach item=package from=SlateAdmin::getPlugins()}
<script type="text/javascript" src="{$App->getVersionedPath(cat('packages/', $package, '/build/', $package, '.js'))}"></script>
{/foreach}
{/block}
5 changes: 0 additions & 5 deletions php-classes/SlateAdmin/WebApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ class WebApp extends \Emergence\WebApps\SenchaApp
public static $plugins = [];


public static function getPlugins()
{
return static::$plugins;
}

public static function load($name = 'SlateAdmin')
{
return parent::load($name);
Expand Down
1 change: 1 addition & 0 deletions sencha-workspace/SlateAdmin/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.0.0.0",
"framework": "ext",
"framework.version": "5.1.1.451",
"cmd.version": "6.5.2.15",
"theme": "slate-theme",

/**
Expand Down

0 comments on commit 7705c32

Please sign in to comment.