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

Commit 7705c32

Browse files
Merge pull request #168 from SlateFoundation/develop
Release: slate-admin v2.4.1
2 parents 8b5afc4 + 595fcf4 commit 7705c32

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

html-templates/webapps/SlateAdmin/sencha.tpl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
22

33
{block meta}
44
{$title = "Manage Slate"}
5+
56
{$dwoo.parent}
67
{/block}
78

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

1112
{$dwoo.parent}
12-
{/block}
13-
14-
{block js-app}
15-
{$dwoo.parent}
16-
17-
{foreach item=package from=SlateAdmin::getPlugins()}
18-
<script type="text/javascript" src="{$App->getVersionedPath(cat('packages/', $package, '/build/', $package, '.js'))}"></script>
19-
{/foreach}
2013
{/block}

php-classes/SlateAdmin/WebApp.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ class WebApp extends \Emergence\WebApps\SenchaApp
88
public static $plugins = [];
99

1010

11-
public static function getPlugins()
12-
{
13-
return static::$plugins;
14-
}
15-
1611
public static function load($name = 'SlateAdmin')
1712
{
1813
return parent::load($name);

sencha-workspace/SlateAdmin/app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "1.0.0.0",
55
"framework": "ext",
66
"framework.version": "5.1.1.451",
7+
"cmd.version": "6.5.2.15",
78
"theme": "slate-theme",
89

910
/**

0 commit comments

Comments
 (0)