Private GIT

Skip to content
Snippets Groups Projects
Commit c9141e84 authored by X O's avatar X O
Browse files

add glyphicons

parent 89bbf836
Branches
Tags
No related merge requests found
...@@ -63,6 +63,21 @@ module.exports = function(grunt) { ...@@ -63,6 +63,21 @@ module.exports = function(grunt) {
], ],
dest: '../gui/slick/css/' 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: { uglify: {
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment