diff --git a/extra_script.py b/extra_script.py index a47c8ac..8dc3ab2 100644 --- a/extra_script.py +++ b/extra_script.py @@ -163,6 +163,8 @@ def getContentType(fn): return "application/json" if (fn.endswith('js')): return "text/javascript" + if (fn.endswith('css')): + return "text/css" return "application/octet-stream" def prebuild(env):