Clean up Assets URL

Does sage has a feature to clean up assets url? example is to remove “/wp-content/” for all css and js link?

instead of "wp-content/path-to-css/ .css it will be just "/assets/path-to-css/.css ROOTS has this feature before may i know if does support this without using a plugin.

This functionality was moved to Soil | Cleaner WordPress Markup Plugin | Roots

Also have same problem.

Soil outputs
<link rel="stylesheet" href="/app/themes/sage/dist/styles/main.css">

How to make it
<link rel="stylesheet" href="/dist/styles/main.css">?