minor stuff
This commit is contained in:
parent
88e38a374f
commit
b108bac73f
6 changed files with 10 additions and 5 deletions
|
|
@ -147,7 +147,7 @@ export default Component.extend({
|
||||||
location.reload();
|
location.reload();
|
||||||
},
|
},
|
||||||
email() {
|
email() {
|
||||||
window.open("mailto:contact@nidratech.com", '_blank');
|
window.open("mailto:contact@huegasm.com", '_blank');
|
||||||
},
|
},
|
||||||
startIntro(){
|
startIntro(){
|
||||||
let intro = introJs(),
|
let intro = introJs(),
|
||||||
|
|
|
||||||
|
|
@ -35,9 +35,9 @@
|
||||||
{{paper-icon "compare arrows" class=dimmerOnClass}} Switch bridge
|
{{paper-icon "compare arrows" class=dimmerOnClass}} Switch bridge
|
||||||
{{/content.menu-item}}
|
{{/content.menu-item}}
|
||||||
|
|
||||||
{{#content.menu-item onClick="startIntro"}}
|
{{!--{{#content.menu-item onClick="startIntro"}}
|
||||||
{{paper-icon "cached" class=dimmerOnClass}} Restart tutorial
|
{{paper-icon "cached" class=dimmerOnClass}} Restart tutorial
|
||||||
{{/content.menu-item}}
|
{{/content.menu-item}}--}}
|
||||||
|
|
||||||
{{#content.menu-item onClick="clearAllSettings"}}
|
{{#content.menu-item onClick="clearAllSettings"}}
|
||||||
{{paper-icon "settings backup restore" class=dimmerOnClass}} Reset settings
|
{{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');
|
var Funnel = require('broccoli-funnel');
|
||||||
|
|
||||||
module.exports = function(defaults) {
|
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/', {
|
var extraAssets = new Funnel('bower_components/bootstrap-sass/assets/fonts/bootstrap/', {
|
||||||
srcDir: '/',
|
srcDir: '/',
|
||||||
include: ['**'],
|
include: ['**'],
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ember server",
|
"start": "ember server",
|
||||||
"build": "ember build --env=production"
|
"build": "ember build --env=production",
|
||||||
|
"deploy": "ember deploy production"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 6"
|
"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