minor stuff

This commit is contained in:
lone-cloud 2017-04-23 21:45:01 -07:00
parent e3f9928b79
commit ab114c2a4a
6 changed files with 10 additions and 5 deletions

View file

@ -147,7 +147,7 @@ export default Component.extend({
location.reload();
},
email() {
window.open("mailto:contact@nidratech.com", '_blank');
window.open("mailto:contact@huegasm.com", '_blank');
},
startIntro(){
let intro = introJs(),

View file

@ -35,9 +35,9 @@
{{paper-icon "compare arrows" class=dimmerOnClass}} Switch bridge
{{/content.menu-item}}
{{#content.menu-item onClick="startIntro"}}
{{!--{{#content.menu-item onClick="startIntro"}}
{{paper-icon "cached" class=dimmerOnClass}} Restart tutorial
{{/content.menu-item}}
{{/content.menu-item}}--}}
{{#content.menu-item onClick="clearAllSettings"}}
{{paper-icon "settings backup restore" class=dimmerOnClass}} Reset settings

View file

@ -3,7 +3,11 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var Funnel = require('broccoli-funnel');
module.exports = function(defaults) {
var app = new EmberApp(defaults);
var app = new EmberApp(defaults, {
fingerprint:{
exclude: ['logo.png']
}
});
var extraAssets = new Funnel('bower_components/bootstrap-sass/assets/fonts/bootstrap/', {
srcDir: '/',
include: ['**'],

View file

@ -9,7 +9,8 @@
},
"scripts": {
"start": "ember server",
"build": "ember build --env=production"
"build": "ember build --env=production",
"deploy": "ember deploy production"
},
"engines": {
"node": ">= 6"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB