Skip to content

Commit

Permalink
Merge pull request #70 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: gatekeeper v2.2.0-beta.2
  • Loading branch information
themightychris authored Sep 5, 2019
2 parents 57935ec + e8cd7f5 commit e8ed88c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 406 deletions.
2 changes: 0 additions & 2 deletions .holo/branches/emergence-vfs-site.toml

This file was deleted.

2 changes: 0 additions & 2 deletions .holo/branches/emergence-vfs-site/_layer-vfs.toml

This file was deleted.

17 changes: 17 additions & 0 deletions .holo/lenses/sencha-pages.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# forked from skeleton-v1 to add packages

[hololens]
package = "holo/lens-sencha-pages" # expanded to absolute ident in holospec

[hololens.input]
root = "sencha-workspace"
files = [
"ext/**",
"pages/**",
"packages/jarvus-highlighter/**"
]

# optional and stripped from holospec:
[hololens.output]
root = "site-root/js/pages" # defaults to hololens.root
merge = "overlay" # overlay / underlay / replace, defaults to overlay
3 changes: 0 additions & 3 deletions .holo/sources/layer-vfs.toml

This file was deleted.

9 changes: 1 addition & 8 deletions html-templates/endpoints/endpoints.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,7 @@
{block "js-bottom"}
{$dwoo.parent}

{if $.get.jsdebug}
{sencha_bootstrap
patchLoader=false
packageRequirers=array('sencha-workspace/pages/src/abstractpage/TrafficStack.js', 'sencha-workspace/pages/src/pages/Endpoints.js')
}
{else}
<script src="{Site::getVersionedRootUrl('js/pages/Endpoints.js')}"></script>
{/if}
{jsmin "pages/Endpoints.js"}

<script>
Ext.require('Site.page.Endpoints');
Expand Down
9 changes: 1 addition & 8 deletions html-templates/home.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
{block "js-bottom"}
{$dwoo.parent}

{if $.get.jsdebug}
{sencha_bootstrap
patchLoader=false
packageRequirers=array('sencha-workspace/pages/src/page/Portal.js')
}
{else}
<script src="{Site::getVersionedRootUrl('js/pages/Portal.js')}"></script>
{/if}
{jsmin "pages/Portal.js"}

<script>
Ext.require('Site.page.Portal');
Expand Down
9 changes: 1 addition & 8 deletions html-templates/keys/keys.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,7 @@
{block "js-bottom"}
{$dwoo.parent}

{if $.get.jsdebug}
{sencha_bootstrap
patchLoader=false
packageRequirers=array('sencha-workspace/pages/src/abstractpage/TrafficStack.js', 'sencha-workspace/pages/src/pages/Keys.js')
}
{else}
<script src="{Site::getVersionedRootUrl('js/pages/Keys.js')}"></script>
{/if}
{jsmin "pages/Keys.js"}

<script>
Ext.require('Site.page.Keys');
Expand Down
Loading

0 comments on commit e8ed88c

Please sign in to comment.