You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your lib, I'm just trying now but it seems to be the one ;-)
In my CI config file I got an "url_suffix" which is '.html'
and the link generated is like ".css.html" so I've just modified the line 737 (assets library file) to fix that.
Hi,
Thanks for your lib, I'm just trying now but it seems to be the one ;-)
In my CI config file I got an "url_suffix" which is '.html'
and the link generated is like ".css.html" so I've just modified the line 737 (assets library file) to fix that.
-- $url = site_url($dir . $path);
++ $url = base_url($dir . $path);
Hope that helps
Vinz
The text was updated successfully, but these errors were encountered: