Skip to content

Commit

Permalink
release v0.5.5. improve grunt build, following styles
Browse files Browse the repository at this point in the history
  • Loading branch information
weblancaster committed Jun 20, 2015
1 parent e14ffc7 commit 14a1059
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
13 changes: 8 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ module.exports = function (grunt) {
version: '0.10.4'
},
src: [
'./app/**/*',
'!./app/public/stylesheets/sass',
'!./app/public/stylesheets/config.rb',
'!./**/*.sass-cache',
'!./app/public/assets'
'./app/index.html',
'./app/package.json',
'./app/soundnode.icns',
'./app/soundnode.png',
'./app/views/**/*',
'./app/public/js/**/*',
'./app/public/img/**/*',
'./app/public/stylesheets/css/**/*'
]
},

Expand Down
2 changes: 1 addition & 1 deletion app/public/js/system/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
window.settings = window.settings || {};

// App version
window.settings.appVersion = '0.5.4';
window.settings.appVersion = '0.5.5';
8 changes: 6 additions & 2 deletions app/public/stylesheets/sass/_components/_following.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
position: relative;
overflow: hidden;
margin: 0 5px 60px 5px;
width: 300px;
height: 350px;
width: 210px;
height: 210px;

& .songList_item_box:first-child {
margin-bottom: 20px;
Expand All @@ -20,4 +20,8 @@
display: table-cell;
}

& .songList_item_container_artwork {
height: 210px;
}

}
2 changes: 0 additions & 2 deletions app/public/stylesheets/sass/_components/_songlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
height: 300px;
}

.songList_item_inner {}

.songList_item_container_artwork {
position: relative;
width: 100%;
Expand Down

0 comments on commit 14a1059

Please sign in to comment.