-
[The class that is used to handle the script](https://github.com/rgrove/jsmin-php/) has not been supported by the author for a long time, and he does not recommend using it.
> This project is unmai…
ghost updated
5 years ago
-
In file included from /tmp/pear/temp/jsmin/php_jsmin.c:27:
/tmp/pear/temp/jsmin/jsmin.h:28:42: error: expected ‘;’, ‘,’ or ‘)’ before ‘TSRMLS_DC’
28 | extern jsmin_obj* jsmin(char *javascript TSR…
-
it needs patch for PHP 8 https://github.com/sqmk/pecl-jsmin/pull/59
Handy for dgo.to/advagg
-
It seems jsmin (and cssmin) are no longer maintained. So, should jsmin be used in the project? I am currently packaging jammit for Debian. But, It can't be completed because of the json-evil-license u…
-
will this receive php8 support?
Current release does not compile with php 8:
```
In file included from php_jsmin.c:27:
jsmin.h:28:42: error: expected ';', ',' or ')' before 'TSRMLS_DC'
28 …
-
After cloning the repo and setting up the rest of the aoplication as directed, I am getting the error " No module named 'jsmin" when running using "flask run".
-
The JSmin processor fails to process the CKeditor JS files. It appears as though this has been a longstanding issue, unlikely to go away:
```
Caused by: com.github.dandelion.core.asset.processor.vend…
-
Hey, I'm getting jsmin not found error when I run mince even though I have it installed,
xh3n1 updated
6 years ago
-
I was advised to install jsmin extension by Advagg Drupal module.
Here is my php version:
```PHP 8.1.6 (cli) (built: Jun 29 2020 09:25:38) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.6,…
-
Just as https://github.com/jasonlewis/basset/issues/65, using `->apply('CssMin')` is not working.
In my config.php file I have this collections array:
'collections' => array(
'app…