-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with minify CSS #1
Comments
Hi, @Ande1232! The easiest way to deal with this mistake is to rename JSMin_UnterminatedStringException class in C:\xampp\htdocs\beta\include\librerie\Smarty\plugins\minify\JSmin.php file |
Hi @dead23angel, I replaced everything as you suggested, unfortunately continues to give me error. The error I've only if I also want to compress css, if I remove the string for the CSS, It created the minify JS files without error.
|
Hi @Ande1232! |
@Ande1232 I made changes to avoid similar mistakes. Try to update the plugin. |
@dead23angel It's working fine now thanks. |
Hello i have a problem, I installed the plugin, and it seems it works with JS, and me generate the files in cache.
But if I try to create a CSS file gives me this error:
Fatal error: Cannot redeclare class JSMin_UnterminatedStringException in C:\xampp\htdocs\beta\include\librerie\Smarty\plugins\minify\JSmin.php on line 435
This is my code:
`{combine input=array('/beta/_inc/public/plugins/search.js','/beta/_inc/public/plugins/pagination.js','/beta/_inc/public/plugins/load/jquery_load.js') output='/beta/cache/big.js' age='30' debug=false}
{combine input=array('/beta/_inc/public/plugins/owl-carousel/owl.carousel.css','/beta/_inc/public/plugins/font-awesome/css/font-awesome.min.css') output='/beta/cache/big.css' age='30' debug=false}`
The text was updated successfully, but these errors were encountered: