Skip to content

Commit

Permalink
#25 Add missing logo and favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 15, 2017
1 parent 171d525 commit 8434d51
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions ui/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module.exports = function(grunt) {
src: [
'<%= yeoman.dist %>/scripts/{,*/}*.js',
'<%= yeoman.dist %>/styles/{,*/}*.css',
'<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}',
// '<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}',
'<%= yeoman.dist %>/styles/fonts/*'
]
}
Expand Down Expand Up @@ -404,7 +404,7 @@ module.exports = function(grunt) {
'images/{,*/}*.{webp}',
'styles/fonts/{,*/}*.*'
]
}, {
},{
expand: true,
cwd: '.tmp/images',
dest: '<%= yeoman.dist %>/images',
Expand All @@ -427,6 +427,12 @@ module.exports = function(grunt) {
cwd: '<%= yeoman.app %>/styles',
dest: '.tmp/styles/',
src: '{,*/}*.css'
},
images: {
expand: true,
cwd: '<%= yeoman.app %>/images',
dest: '<%= yeoman.dist %>/images',
src: '{,*/}*.{png,jpg,jpeg,gif,svg}'
}
},

Expand All @@ -439,7 +445,8 @@ module.exports = function(grunt) {
'copy:styles'
],
dist: [
'copy:styles'/*,
'copy:styles',
'copy:images'/*,
'imagemin',
'svgmin'*/
]
Expand Down
Binary file removed ui/app/apple-touch-icon.png
Binary file not shown.
Binary file removed ui/app/favicon.png
Binary file not shown.
Binary file removed ui/app/images/brain-black.png
Binary file not shown.
Binary file removed ui/app/images/brain-white.png
Binary file not shown.
2 changes: 1 addition & 1 deletion ui/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cortex",
"version": "1.0.2",
"version": "1.1.1",
"dependencies": {
"angular": "1.5.10",
"angular-sanitize": "1.5.10",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cortex",
"version": "1.0.2",
"version": "1.1.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.1.0"
version in ThisBuild := "1.1.1"

0 comments on commit 8434d51

Please sign in to comment.