We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d47f0a commit f98a7bbCopy full SHA for f98a7bb
Gruntfile.js
@@ -64,7 +64,7 @@ module.exports = function(grunt) {
64
}, {
65
expand: true,
66
cwd: 'node_modules/octicons/build/font',
67
- src: '*.{css,eot,svg,ttf,woff}',
+ src: ['*', '!*.scss'],
68
dest: '_gh_pages/vendor/octicons/css'
69
}]
70
}
0 commit comments