X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fcollectstatic.py;h=0c6a1d2c7d997fb08b0f5ebedb249ccaf36eb30e;hb=HEAD;hp=b40afe4fbaedc53f2f710d93c8df18b6c1d2e6dd;hpb=9a62ec0dc3ee3e859f3563da29d9c838a658b140;p=myslice.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):