You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I manually run closure-compiler all.js --compilation_level=ADVANCED_OPTIMIZATIONS --jscomp_off=checkVars --externs=all.js.externs > all.min.js after compiling my project with Nix. Would it make sense to have a flag to do this automatically?
The text was updated successfully, but these errors were encountered:
Currently I manually run
closure-compiler all.js --compilation_level=ADVANCED_OPTIMIZATIONS --jscomp_off=checkVars --externs=all.js.externs > all.min.js
after compiling my project with Nix. Would it make sense to have a flag to do this automatically?The text was updated successfully, but these errors were encountered: