X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fcollectstatic.py;h=0c6a1d2c7d997fb08b0f5ebedb249ccaf36eb30e;hb=5cc9843257edf8c959143880afb31360f1a62700;hp=b40afe4fbaedc53f2f710d93c8df18b6c1d2e6dd;hpb=4c36b435e858306bbe3e4169882c6472873103f6;p=unfold.git diff --git a/unfold/collectstatic.py b/unfold/collectstatic.py index b40afe4f..0c6a1d2c 100644 --- a/unfold/collectstatic.py +++ b/unfold/collectstatic.py @@ -53,6 +53,7 @@ class ThirdPartyFinder(BaseFinder): 'js' : ('.js',), 'css': ('.css',), 'img': ('.png', '.ico',), + 'fonts' : ('.svg', '.eot', '.ttf', '.woff'), } def find(self, search_path, all=False):