Skip to content

Commit f98a7bb

Browse files
committed
Fix docs octicons
1 parent 6d47f0a commit f98a7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = function(grunt) {
6464
}, {
6565
expand: true,
6666
cwd: 'node_modules/octicons/build/font',
67-
src: '*.{css,eot,svg,ttf,woff}',
67+
src: ['*', '!*.scss'],
6868
dest: '_gh_pages/vendor/octicons/css'
6969
}]
7070
}

0 commit comments

Comments
 (0)