jsmin icon indicating copy to clipboard operation
jsmin copied to clipboard

:skull: Ruby library for minifying JavaScript. Based on Douglas Crockford's jsmin.c. Unmaintained.

Results 1 jsmin issues
Sort by recently updated
recently updated
newest added

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...

bug
pull request needed