Skip to content

Commit 4ccb5be

Browse files
committed
Merge pull request #710 from dart-lang/devoncarew_remove_icons
remove glyphicons
2 parents 9f6dc78 + e461ff5 commit 4ccb5be

6 files changed

+1
-294
lines changed
Binary file not shown.

lib/resources/fonts/glyphicons-halflings-regular.svg

Lines changed: 0 additions & 288 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lib/src/resources.g.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@ const List<String> resource_names = const [
99
'package:dartdoc/resources/styles.css',
1010
'package:dartdoc/resources/css/bootstrap.css',
1111
'package:dartdoc/resources/css/bootstrap.css.map',
12-
'package:dartdoc/resources/css/bootstrap.min.css',
13-
'package:dartdoc/resources/fonts/glyphicons-halflings-regular.eot',
14-
'package:dartdoc/resources/fonts/glyphicons-halflings-regular.svg',
15-
'package:dartdoc/resources/fonts/glyphicons-halflings-regular.ttf',
16-
'package:dartdoc/resources/fonts/glyphicons-halflings-regular.woff',
17-
'package:dartdoc/resources/fonts/glyphicons-halflings-regular.woff2'
12+
'package:dartdoc/resources/css/bootstrap.min.css'
1813
];

0 commit comments

Comments
 (0)