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
The current implementation fragmentizes all the files under code_root which match code_includes patterns. We can do less work by looking at which files are actually mentioned in <?embed-code?> instructions and only fragmentizing those files.
The current implementation fragmentizes all the files under
code_rootwhich matchcode_includespatterns. We can do less work by looking at which files are actually mentioned in<?embed-code?>instructions and only fragmentizing those files.