Skip to content

JSMin, The JavaScript Minifier (Modified to Allow Multi-Line Strings)

Notifications You must be signed in to change notification settings

workflowproducts/JSMin-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

JSMin-mod

JSMin, The JavaScript Minifier (Modified to Allow Multi-Line Strings)

In our javascript, we use a function called ml() like this:

console.log(
ml(function () {/*This is a multi-
line string!*/})
);

We also use jsmin, but jsmin strips out multi line comments. I modified it to allow multi-line comments so we can use ml() in our minified code.

The Software shall be used for Good, not Evil.

Please see source repo: https://github.com/douglascrockford/JSMin

About

JSMin, The JavaScript Minifier (Modified to Allow Multi-Line Strings)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages