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
Since each chunk is basically just the files in a particular subdirectory (core/, blocks/, generators/*/) we shouldn't need to use closure-calculate-chunks to compute the command line arguments for Closure Compiler—and if we don't need closure-calculate-chunks then we also no longer need closure-make-deps, since the former is the only remaining consumer of the output from the latter.
The text was updated successfully, but these errors were encountered:
Since each chunk is basically just the files in a particular subdirectory (
core/
,blocks/
,generators/*/
) we shouldn't need to useclosure-calculate-chunks
to compute the command line arguments for Closure Compiler—and if we don't needclosure-calculate-chunks
then we also no longer needclosure-make-deps
, since the former is the only remaining consumer of the output from the latter.The text was updated successfully, but these errors were encountered: