-
```
vendor/plugins/asset_packager/lib/jsmin.rb:113:in `action': Unterminated string literal (RuntimeError)
from vendor/plugins/asset_packager/lib/jsmin.rb:195:in `jsmin'
from vendor/plugins/as…
-
when i start SharpShooter after installing requirements.txt i do python SharpShooter.py but it doesn't start i also tried to do chmod + x or 777 on SharpShooter.py but it always gives me this error: T…
-
```
For this tool to be reliable, it needs to be based on a real Javascript
tokenizer, like JSMin.
I welcome code to improve Minify_Lines as long as it comes with an appropriate
unit test, otherwis…
-
Hi, I am having problems when trying to minify JS files that contain UTF-8 using JSMin from your combine.jar.
I've created a standalone version of your compressJsWithJSMin() method rather than the wh…
-
Case in point: when we attempt to include `react-plotly.js` (which spits out huge output files!), and try and compress the JavaScript with `compressor.filters.jsmin.JSMinFilter` and `compressor.filter…
-
In the jquery ui library there exists a function called `uniqueId` - which I personally do not use, however it will cause a syntax error (in Chrome and Firefox, but Firefox breaks all javascript on th…
-
We can make a pretty good test for general correctness as follows: for each one of a number of real JS files (the kind of thing that people want to minify):
1. Make `file.min.js` with `jsmin`.
2. Make…
-
**Describe the bug**
* Hello world, I am installing JaneWay (`master` / `v1.4.2`) on a test server to get familiar.
* I have problem with initial `requirements.txt` installation.
* Using Python 3.…
-
hunspell-en has been removed from the arch repos so, hunspell-en_GB or hunspell-en_US needs to be used instead.
package also fails to build because the python module jsmin isn't installed. there is…
-
When we run the following code, the first line will remove the white space after "foo", the second line will produce an error.
echo jsmin('return /foo /.test(bar);');
echo jsmin('return /foo=/.test(…