minor stuff
This commit is contained in:
parent
e3f9928b79
commit
ab114c2a4a
6 changed files with 10 additions and 5 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: ['**'],
|
||||
|
|
|
|||
|
|
@ -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 |
BIN
web/public/assets/images/logo.png
Normal file
BIN
web/public/assets/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Reference in a new issue