2010-12-19 23:51:22 -05:00
|
|
|
build
|
2011-05-23 18:27:14 -04:00
|
|
|
node_modules
|
2013-12-22 00:20:21 -05:00
|
|
|
package.json
|
2013-12-22 08:48:41 -05:00
|
|
|
lib/version.js
|
Switched to Closure Compiler
This is nothing against uglify. Rather, here's the story on this:
Commit e4cd1e fixed an error that was causing minified files to break in IE.
This was due to how IE interprets things, not how UglifyJS was minifying them.
Indeed, Closure Compiler had the exact same problem.
The decision to move to Closure Compiler was due to a variety of factors, which
came down to primarily feature set and tests. Closure Compiler is well tested
and maintained. It also includes a number of additional, beneficial features.
UglifyJS is an excellent project and I would recommend it to anyone, but it is
not tested (no unit tests; it's tested by ensuring common libraries like jQuery
run after minification). It is, however, significantly faster.
It's likely that, in the future, once I add autoconf for the build process to
configure certain settings, that I will add UglifyJS as an option. I'm sure many
people would prefer that, especially those who dislike Java and do not wish to
have it installed. Hopefully those that do decide to install Java will go with
openjdk, not Oracle's proprietary implementation.
2011-12-06 18:28:56 -05:00
|
|
|
|
2013-12-21 01:03:59 -05:00
|
|
|
# generated by dist target
|
|
|
|
AUTHORS
|
|
|
|
NEWS
|
|
|
|
ChangeLog
|
|
|
|
|
|
|
|
# autotools- and configure-generated
|
2014-02-14 00:41:49 -05:00
|
|
|
test/runner
|
2014-03-29 11:16:14 -04:00
|
|
|
test/perf/runner
|
2013-12-21 01:03:59 -05:00
|
|
|
aclocal.m4
|
|
|
|
Makefile.in
|
|
|
|
Makefile
|
|
|
|
*.cache/
|
|
|
|
configure
|
|
|
|
config.*
|
|
|
|
|
2014-03-29 11:16:14 -04:00
|
|
|
# script output
|
2014-03-29 20:13:26 -04:00
|
|
|
perf.*
|
2014-03-29 11:16:14 -04:00
|
|
|
|
2013-12-21 23:58:02 -05:00
|
|
|
# should be added using autoreconf -i
|
2013-12-21 01:03:59 -05:00
|
|
|
INSTALL
|
|
|
|
tools/install-sh
|
|
|
|
tools/missing
|
2013-12-21 23:58:02 -05:00
|
|
|
tools/mdate-sh
|
|
|
|
tools/texinfo.tex
|
2013-12-21 01:03:59 -05:00
|
|
|
|
|
|
|
# downloaded manually by user
|
|
|
|
tools/closure-compiler.jar
|
2011-12-15 19:20:56 -05:00
|
|
|
|
|
|
|
# website branch
|
|
|
|
webroot/
|