slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly
MIT License
226 stars 86 forks source link

Make switching support with the html tag and without #42

Closed dejurin closed 6 years ago

dejurin commented 6 years ago

Now how I understood return only with HTML TAG. // return '<script type="text/javascript" src="' . base_url($this->_js_file) . '"></script>';

michalsn commented 6 years ago

Now you can use $this->minify->html_tags = FALSE or change it in the config file.

As a result you will get array with file name(s) when deploy.