File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,12 @@ function writeTheRest(writesFuture) {
83
83
writesFuture . push ( writer . copy ( 'docs/src/templates/css/bootstrap.min.css' , 'css/bootstrap.min.css' ) ) ;
84
84
writesFuture . push ( writer . copy ( 'docs/src/templates/css/docs.css' , 'css/docs.css' ) ) ;
85
85
writesFuture . push ( writer . copy ( 'docs/src/templates/css/font-awesome.css' , 'css/font-awesome.css' ) ) ;
86
+
87
+ writesFuture . push ( writer . copyTpl ( 'font/fontawesome-webfont.eot' ) ) ;
88
+ writesFuture . push ( writer . copyTpl ( 'font/fontawesome-webfont.svg' ) ) ;
89
+ writesFuture . push ( writer . copyTpl ( 'font/fontawesome-webfont.svgz' ) ) ;
90
+ writesFuture . push ( writer . copyTpl ( 'font/fontawesome-webfont.ttf' ) ) ;
91
+ writesFuture . push ( writer . copyTpl ( 'font/fontawesome-webfont.woff' ) ) ;
86
92
}
87
93
88
94
You can’t perform that action at this time.
0 commit comments