ember version upgrade + bug fix for the power button
This commit is contained in:
parent
81dd68186e
commit
37764e1b7e
6 changed files with 44 additions and 45 deletions
File diff suppressed because one or more lines are too long
9
assets/huegasm-614cb136370785fdcee8782175aff27e.js
Normal file
9
assets/huegasm-614cb136370785fdcee8782175aff27e.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
29
assets/vendor-510e08531f34257b5d57bfe52f2e5fd7.js
Normal file
29
assets/vendor-510e08531f34257b5d57bfe52f2e5fd7.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
11
index.html
11
index.html
|
|
@ -12,8 +12,7 @@
|
|||
<link type="text/plain" rel="author" href="http://www.huegasm.com/humans.txt" />
|
||||
|
||||
<base href="/" />
|
||||
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+669571fa%22%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-devtools%22%3A%7B%22global%22%3Atrue%2C%22enabled%22%3Afalse%7D%7D" />
|
||||
<div id='paper-wormhole'></div>
|
||||
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+d09b0b38%22%7D%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-devtools%22%3A%7B%22global%22%3Atrue%2C%22enabled%22%3Afalse%7D%7D" />
|
||||
|
||||
<link href='//fonts.googleapis.com/css?family=Slabo+27px|Open+Sans' rel='stylesheet' type='text/css'>
|
||||
|
||||
|
|
@ -38,7 +37,7 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" integrity="" href="assets/vendor-82f38815e6e3c20fd07474a0a1e435af.css">
|
||||
<link rel="stylesheet" integrity="" href="assets/huegasm-c8f51de947447d133deabc43d69108c0.css">
|
||||
<link rel="stylesheet" integrity="" href="assets/huegasm-22b34584d1d06ec0e14c182909df4f49.css">
|
||||
|
||||
|
||||
|
||||
|
|
@ -55,10 +54,10 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id='paper-wormhole'></div>
|
||||
|
||||
<script src="assets/vendor-94ebaf297baa87ba8c96d139f1597589.js" integrity="sha256-0YkTlgFXfdmN88oRFFt2TFogL2U9Y6jXNgiTLPEq0JE= sha512-iNI6/FHN4ZiLBBdxneEd5Ny/vPht0JIWjPlAw6hXF7Quz56taOv6ywm7m0CX54kjBhtAakvnTpw/KTf6eVU/OQ==" ></script>
|
||||
<script src="assets/huegasm-7690785bc76dc822f86ffb83b0d3c9ff.js" integrity="sha256-C0y4WOJQ818nrG6PZJG37+0oEvacgyJO1y3DPTXf/5o= sha512-ah/ptJ8CjI6wuDMEy6jNOyoy5o8z/y0tJMHdpNgnEjUChrfxXOQZceZko5AT+C0mXXuC6aF4pTfexR3q1TCPLg==" ></script>
|
||||
<script src="assets/vendor-510e08531f34257b5d57bfe52f2e5fd7.js" integrity="sha256-AB5SkqaNLjBfTgOFW2+Kj5UNNg/Ch/TnuwHnT9nFfck= sha512-3rXvE8SJvJqQbuNiwOsK3JM/S/sXszTOvFer5jnlmLhdKLJZzA9Malv1Ludg3TbpjBJ7fJ8J+FRKCIZxKaaCjg==" ></script>
|
||||
<script src="assets/huegasm-614cb136370785fdcee8782175aff27e.js" integrity="sha256-idWXV6DEJdOcvZ+8Shh5Hr73fubVmV9vVgdO7l9QEyQ= sha512-46tYq4IQYW8t9rfLJ5l/DCAkfMR6ALnvlEHZpWNSkQUN4hGOmAKZ5Mr1O1f6bAFkcLQr2zt/w/2rCHLU0bKW4A==" ></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Reference in a new issue