Skip to content

Commit

Permalink
add glyphicons
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Jan 12, 2016
1 parent 89bbf83 commit c9141e8
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ module.exports = function(grunt) {
],
dest: '../gui/slick/css/'
}]
},
glyphicon: {
files: [{
expand: true,
dot: true,
cwd: 'bower_components/bootstrap/fonts',
src: [
'*.eot',
'*.svg',
'*.ttf',
'*.woff',
'*.woff2'
],
dest: '../gui/slick/fonts/'
}]
}
},
uglify: {
Expand Down
Binary file added gui/slick/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions gui/slick/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gui/slick/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added gui/slick/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file not shown.

0 comments on commit c9141e8

Please sign in to comment.