Questions tagged [jsmin]

a JavaScript minification filter written by Douglas Crockford

JSMin is a JavaScript minification filter written by Douglas Crockford. It removes comments and whitespace from JavaScript to reduce file size.

Evildoers should be aware that, according to JSMin's modified MIT License:

The Software shall be used for Good, not Evil.

References

Related Tags

16 questions
0
votes
1 answer

Import format to intellij idea from JSMin/JSFormat

Does anybody knows which formatting rules uses jsmin/jsformatter plugin of Notepad++? I need this because we are forced to use this formatter but I'm using intellij idea to write js code. So having this rules I can import it some how or, at least,…
mr.nothing
  • 5,141
  • 10
  • 53
  • 77
1
2