bstrahija / assets-ci

Simple assets library for CodeIgniter. Ability to combine, minify and use the Less syntax.
http://creolab.hr
112 stars 31 forks source link

Line 988 #18

Closed laurencei closed 12 years ago

laurencei commented 12 years ago

Shoudnt line 988 be

"if (self::$minify_css and ! self::$freeze and ! self::$_cssmin_loaded)"

instead of

"if (self::$minify_js and ! self::$freeze and ! self::$_cssmin_loaded)"

?

bstrahija commented 12 years ago

It's fixed now.