CHH / pipe

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

Caching #45

Open CHH opened 11 years ago

CHH commented 11 years ago

If you've many dependencies which go through some sort of preprocessor, dynamic generation can get really slow. This is because currently, if one file in the dependency tree is changed then everything is processed again – also files which were not changed.

Tasks: