slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change base_url to static_url

tenq opened this issue · comments

commented

Hi, it`s possible to use my static_url instead a base_url?

Good idea, this can be useful.

Now it's possible - just download the latest code from the repo.

You can set this with $config['base_url'] variable in application/config/minify.php file or by a direct call in your code: $this->minify->base_url = 'https://my.super.duper.domain/'