CHH / pipe

Put your assets into the pipe and smoke them.
MIT License
120 stars 9 forks source link

Speed up ProcessedAsset::getLastModifed() #13

Open CHH opened 12 years ago

CHH commented 12 years ago

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.