diff options
author | Ben Sima <ben@bsima.me> | 2019-11-02 17:13:19 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-02 17:13:19 -0700 |
commit | 439a7e9aa6569fc1410989d5bf90aa485143f132 (patch) | |
tree | f1ad2d5bc6d99ee7adba18d62e723fe65cfcef2b /Com | |
parent | f43e2e3a80a315538c7daffb9de51c6476c0cd86 (diff) |
remove closure advanced optimizations
I can add this back when I upgrade to Miso >1.0.0.0
Diffstat (limited to 'Com')
-rw-r--r-- | Com/Simatime/buildHaskellApp.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Com/Simatime/buildHaskellApp.nix b/Com/Simatime/buildHaskellApp.nix index 7542739..0d0aa74 100644 --- a/Com/Simatime/buildHaskellApp.nix +++ b/Com/Simatime/buildHaskellApp.nix @@ -76,9 +76,6 @@ in { # optimize js output # ${pkgs.closurecompiler}/bin/closure-compiler \ - --compilation_level ADVANCED_OPTIMIZATIONS \ - --jscomp_off=checkVars \ - --externs=${aeroPath}.jsexe/all.js.externs \ ${aeroPath}.jsexe/all.js > $out/static/${nick}.js ''; # the install process was handled above |