-
```
What steps will reproduce the problem?
1. Build just the attached file
While building the following error is thrown:
An unhandled exception occured while building:
System.Exception: Error: JSMIN …
-
ERROR: ENOENT: no such file or directory, open '/var/www/vhosts/cre8te-development.com/httpdocs/6_lloyds copy/js/main.js'
at Object.openSync (fs.js:476:3)
-
```
What steps will reproduce the problem?
1. Build just the attached file
While building the following error is thrown:
An unhandled exception occured while building:
System.Exception: Error: JSMIN …
-
Hi,
I think this plugin has some very good potential, but I would like to request that you use an alternative to JSMin.
Sincerely,
Adam
-
```
What steps will reproduce the problem?
1. Build just the attached file
While building the following error is thrown:
An unhandled exception occured while building:
System.Exception: Error: JSMIN …
-
Can't remove comments with pattern `//`.
I solved it by adding `remove => ['//']` option in your config file `config/htmlmin.php`
then replacing that array using `preg_replace` before starting m…
-
```
What steps will reproduce the problem?
1. Build just the attached file
While building the following error is thrown:
An unhandled exception occured while building:
System.Exception: Error: JSMIN …
-
```
What steps will reproduce the problem?
1. Build just the attached file
While building the following error is thrown:
An unhandled exception occured while building:
System.Exception: Error: JSMIN …
-
From the [JSMin page](https://github.com/rgrove/jsmin-php):
> This project is unmaintained. I stopped using it years ago. You shouldn't use it. You shouldn't use any version of JSMin. There are much …
-
JSMin will fail with an "JSMin parse error: unterminated string literal" error on this type of code:
``` javascript
var a = 'stuff \
more stuff';
```
I believe the problem is with the check on lines…