Commit Graph

28 Commits (e791ed90029a92d910698244c58d9a6c364f496b)

Author SHA1 Message Date
barisusakli 3336365e53 closes
barisusakli da142163a5 if there is an error return
barisusakli ca294fc6ec closes
barisusakli a64cbbc6df
psychobunny a9035f166b fix endsWith error
psychobunny 6db33f5641 unused vars
Julian Lam 2d70733fa5 updated dependencies to use latest UglifyJS2, instead of my year-old fork
barisusakli e79a386280 don't try to minify non-js files
Julian Lam 8de2d1f58d closed
psychobunny 35be69d6cd closes
psychobunny 1b9297fa31 until now, this variable was never false... so I'm just removing it
@julianlam just in case
psychobunny 02b6a7893a in dev mode, concatenate scripts instead of minifying
faster reboot & restores sanity to those trying to debug browser
specific issues on IE and FF. not that you have much sanity to begin
with if it's an IE bug...
Julian Lam 1a90de7dd6 added new --from-file flag that will load js/css from the precompiled file instead of recompiling it on startup
psychobunny ae635a0083 minifier.css isn't used
psychobunny 3a069e028b refactored meta/js
yay I haz sourcemaps on windows now
Julian Lam 37c64e9a11 apparently, the "compress" option doesn't play nice with socket.io, so I'm disabling it
Julian Lam 1d3aafc08f adding sourceRoot to minified mapping
Julian Lam 4d73a563c5 closed
Julian Lam e5be1d2840 closed
Julian Lam ce8bec5edb fixed mapping in web inspector
Julian Lam 7cdcb83a98 fixed
barisusakli d1b4efeaa3 filter files before minify, removed unused ctime
Julian Lam 86457558b0 no more hardcoding of the prefix value for minification mapping
Julian Lam 256fa937d8 added last two missing options to source map config
Julian Lam f8061e23ec source map support, first pass
Micheil Smith 3e82cab398 Add missing new lines at end of files.
Julian Lam 7a993eb2ca closed
Julian Lam f3a78c2b6f - first pass