• Adam Cozzette's avatar
    Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript · 671e075c
    Adam Cozzette authored
    There are two motivations for this:
    1) calcdeps.py is deprecated and replaced by closurebuilder.py.
    2) As part of this I was able to tweak things so that the Closure
    compiler does not attempt to examine every .js file in the tree under
    js/. This makes it possible to put compatibility tests and related files
    in a subdirectory without them getting mixed up with the main .js files
    we care about.
    671e075c
export_asserts.js 1.26 KB