issues
search
gsuez
/
master-bootstrap-3
Joomla 3.x Template with Bootstrap 3
https://www.masterbootstrap.com/
142
stars
90
forks
source link
PHP Sass compiler improvemements + load minified files
#19
Closed
phproberto
closed
8 years ago
phproberto
commented
8 years ago
This:
Moves to Sass files the changes done in
https://github.com/gsuez/master-bootstrap-3/commit/14a697ad705c8e51f767295ad17080fb0dccec3b
&
https://github.com/gsuez/master-bootstrap-3/commit/208c725452addb715e6369dfb959eaf4a3352516
to avoid losing those changes when Sass files are compiled.
Ensures that PHP Sass compiler creates
template.css
(not minified) &
template.min.css
(minified).
Changes the template so it uses the minified files.
This:
template.css
(not minified) &template.min.css
(minified).