Browse Source

Speed improvement

pull/116/head
Ramiro Saenz 9 years ago
parent
commit
4158ae6fd5
  1. 10
      app.json
  2. 7
      index.html

10
app.json

@ -99,9 +99,17 @@
*
*/
"js": [
{
{
"path": "${framework.dir}/build/ext-all-rtl-debug.js"
},
{
"path": "https://cdn.auth0.com/w2/auth0-6.7.js",
"remote": true
},
{
"path": "https://cdn.auth0.com/js/lock-9.1.js",
"remote": true
},
{
"path": "app.js",
"bundle": true

7
index.html

@ -7,11 +7,8 @@
<title>Rambox</title>
<!-- The line below must be kept intact for Sencha Cmd to build your application -->
<script id="microloader" type="text/javascript" src="bootstrap.js"></script>
<!-- Latest major release -->
<script src="https://cdn.auth0.com/w2/auth0-6.7.js"></script>
<script src="https://cdn.auth0.com/js/lock-9.1.js"></script>
<!-- The line below must be kept intact for Sencha Cmd to build your application -->
<script id="microloader" type="text/javascript" src="bootstrap.js"></script>
</head>
<body>
<div id="spinner" class='uil-ring-css' style='transform:scale(1);'><div></div></div>

Loading…
Cancel
Save