plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.51k stars 2.07k forks source link

add support for ignoring specific folders under the assets directory #3076

Open CNFeffery opened 5 days ago

CNFeffery commented 5 days ago

The existing parameter assets_ignore can ignore files under the assets folder that match a specified regular expression pattern, but it cannot ignore specific folders under the assets folder as a whole, which would be useful in many scenarios.

gvwilson commented 4 days ago

thanks for the suggestion @CNFeffery - we're trying to get the Dash 3.0 release out the door right now, but I'll see if we can review #3077 soon after.