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 getLastModified() method of the BundledAsset runs all Bundle Processors (e.g. Minifiers). This is slow, find a way to not run the Bundle Processors when calling getLastModified().
Idea: Run only preprocessors on getLastModified. Preprocessors are needed, so dependencies are processed by the DirectiveProcessor.
The text was updated successfully, but these errors were encountered:
The
getLastModified()
method of theBundledAsset
runs all Bundle Processors (e.g. Minifiers). This is slow, find a way to not run the Bundle Processors when callinggetLastModified()
.Idea: Run only preprocessors on
getLastModified
. Preprocessors are needed, so dependencies are processed by the DirectiveProcessor.The text was updated successfully, but these errors were encountered: