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

Bug fix in libraries/assets.php configure() function. #7

Closed micflan closed 12 years ago

micflan commented 12 years ago

The array_merge variables were the wrong order -- new configuration options in $cfg were always overridden by options in config. Fixed now.