Reduced some image 301 round trips

This commit is contained in:
2022-04-05 18:13:40 +09:00
parent ec55e174db
commit 16f112485a
23 changed files with 92 additions and 48 deletions

View File

@@ -285,7 +285,8 @@ class BotanClassResolver:
if cacheFile != None:
return cacheFile;
outputCss = ""
# The root file
outputCss = self.BotanFile( "_this.css" )
for f in self.cleanList( cList ):
outputCss += self.BotanFile( f )