sidebar styling

This commit is contained in:
Nils Schneider 2015-04-04 18:01:57 +02:00
commit ff19d0cf8e
9 changed files with 185 additions and 35 deletions

View file

@ -18,7 +18,7 @@ module.exports = function(grunt) {
cwd: "bower_components/",
dest: "build/vendor/"
},
roboto: {
robotoSlab: {
src: [ "fonts/*",
"roboto-slab-fontface.css"
],
@ -26,6 +26,14 @@ module.exports = function(grunt) {
dest: "build/",
cwd: "bower_components/roboto-slab-fontface"
},
roboto: {
src: [ "fonts/*",
"roboto-fontface.css"
],
expand: true,
dest: "build/",
cwd: "bower_components/roboto-fontface"
},
ionicons: {
src: [ "fonts/*",
"css/ionicons.min.css"