Copy assets only if changed?

Hello,

I’m facing one problem recently.

Currently the assets are working in 2 ways:

  • production - compressed with bundle and so on, working really great!

  • development - since the development.php environment config is used, the "forceCopy" is true

The problem with "development" mode is that it takes way too long time to copy everything.

Talking about big project with many JS/CSS libraries.

Is there a way to make the script to publish only the changed ones?

Or some solution between both.

Thanks!