Hello, i have problem when i want to turn off development mode.
1. I want to change size of my logo: development mode is on, i make changes in
\templates\t3_blank\less\variables.less. for example: @T3logoWidth:960px; @T3logoHeight: 180px;
2. i use firebug and i know that i have to change in the file
t3\t3-assets\dev\name_of_my_template\templates.t3_blank.less.bootstrap.less.css :
from
.span8 {
width: 624px;
}
to
span8 {
width: 960px;
}
To this moment is everything ok.
3. After my work i compile less to css and turn off development mode. From this moment when i refresh my site logo is still cut to size: width: 624px;.
I check the compiled file css from less:
t3\templates\t3_blank\css\themes\name_of_my_template\bootstrap.css and it has still value :
.span8 {
width: 624px;
}
Maybe someone could tell me what do i wrong. Maybe after first compiling i should work only with css files in this folder:
t3\templates\t3_blank\css\themes\name_of_my_template and don't turn on development mode everytime when i want to change something in templete.
version of theme and framework : 1.4.1
XAMPP 1.8.2
Joomla 2.5.14
The same problem here:
http://www.joomlart.com/forums/showthread.php?86241-No-compile-LESS-to-CSS
Regards