Closed dejurin closed 6 years ago
Now how I understood return only with HTML TAG. // return '<script type="text/javascript" src="' . base_url($this->_js_file) . '"></script>';
// return '<script type="text/javascript" src="' . base_url($this->_js_file) . '"></script>';
Now you can use $this->minify->html_tags = FALSE or change it in the config file.
$this->minify->html_tags = FALSE
As a result you will get array with file name(s) when deploy.
Now how I understood return only with HTML TAG.
// return '<script type="text/javascript" src="' . base_url($this->_js_file) . '"></script>';