Fórumok

CSS are not updating in .sass-cache folder on maven build

thumbnail
Kumar M, módosítva 8 év-val korábban

CSS are not updating in .sass-cache folder on maven build

New Member Bejegyzések: 16 Csatlakozás dátuma: 2012.09.13. Legújabb bejegyzések
Hello Together,

We are trying to build the theme using maven build we have a custom css file called ie_hack.css below is the css for this file

@import url(../../liferay-core-theme/css/ie_hack.css);

.XYZ_theme_primary_menu {margin-top:60px !important;}
.XYZ_news_zone {border:1px solid #e8e8e8;}

after the build .sass-cache folder updated except the ie_hack.css in this file the import is not updating in the .sass-cache.
In .sass-cache ie_hack.css file having the below css:
.XYZ_theme_primary_menu {margin-top:60px !important;}
.XYZ_news_zone {border:1px solid #e8e8e8;}

Import is not not available

Could you please help me what could be the issue here...
thumbnail
Jan Geißler, módosítva 8 év-val korábban

RE: CSS are not updating in .sass-cache folder on maven build

Liferay Master Bejegyzések: 735 Csatlakozás dátuma: 2011.07.05. Legújabb bejegyzések
It's a known bug in Service Builder. Try to do a clean before a build. This should trigger the regeneration of the sass-cache files.