diff --git a/.gitignore b/.gitignore index dc5576c..7fc78eb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /.tmp /.sass-cache /bower_components +/backend/node_modules +/backend/keys.json diff --git a/Gruntfile.js b/Gruntfile.js index 1f92b73..41e1cd3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,7 +72,7 @@ module.exports = function (grunt) { options: { port: 9000, // Change this to '0.0.0.0' to access the server from outside. - hostname: 'localhost', + hostname: '0.0.0.0', livereload: 35729 }, livereload: { @@ -224,7 +224,7 @@ module.exports = function (grunt) { src: ['<%= yeoman.app %>/styles/{,*/}*.{scss,sass}'], ignorePath: /(\.\.\/){1,2}bower_components\// } - }, + }, // Compiles Sass to CSS and generates necessary files if requested compass: { diff --git a/app/images/coffeelogo.png b/app/images/coffeelogo.png new file mode 100644 index 0000000..38fa62f Binary files /dev/null and b/app/images/coffeelogo.png differ diff --git a/app/images/coffeelogoTransparent.png b/app/images/coffeelogoTransparent.png new file mode 100644 index 0000000..3fd84d1 Binary files /dev/null and b/app/images/coffeelogoTransparent.png differ diff --git a/app/index.html b/app/index.html index bc96fa7..76923cf 100644 --- a/app/index.html +++ b/app/index.html @@ -69,6 +69,7 @@