X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fcollectstatic.py;h=a3da52af3b87f15c4338c56434f63f8c03523dce;hb=refs%2Fheads%2Fonelab;hp=bee1fe440d8781fc31b9d9ebcacf78d2094a7fc3;hpb=29a9340139de5dc9537985c0fefa145b0b1c2afd;p=myslice.git diff --git a/unfold/collectstatic.py b/unfold/collectstatic.py index bee1fe44..a3da52af 100644 --- a/unfold/collectstatic.py +++ b/unfold/collectstatic.py @@ -52,7 +52,7 @@ class ThirdPartyFinder(BaseFinder): # PREFIX : EXTENSIONS # third party stuff is not expected to provide templates, # '' : ('.html',), - 'js' : ('.js',), + 'js' : ('.js','.map',), 'css': ('.css',), 'img': ('.png', '.ico',), 'fonts' : ('.svg', '.eot', '.ttf', '.woff'),