google-code-export / marinemap

Automatically exported from code.google.com/p/marinemap
Other
1 stars 2 forks source link

CSS compression and relative imports #430

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It appears that CSS compression might be causing some wierd 404s. 

./apache_local/northcoast_access.log:67.162.146.161 - - [06/Oct/2010:20:48:29 
+0000] "GET /media/common/css/common.css HTTP/1.1" 404

There is no such file but it is refered to in:

./media/closure/assets/toolbar.css: @import url(common.css);

Which gets compressed into {MEDIA}/common/css/marinemap.r*.css - the relative 
path to common.css has changed but that import line gets stuck in verbatim.

Not sure if there is a way to fix it or if it's even causing any problems 
beyond polluting the logs.

Original issue reported on code.google.com by perrygeo...@gmail.com on 6 Oct 2010 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by underbluewaters on 11 Nov 2010 at 8:52

GoogleCodeExporter commented 9 years ago

Original comment by perrygeo...@gmail.com on 20 Sep 2011 at 8:23