plotly / dash-component-boilerplate

Get started creating your own Dash components here.
265 stars 182 forks source link

added automatic detection of css files #152

Open bradley-erickson opened 1 year ago

bradley-erickson commented 1 year ago

This commit adds automatic detection of css files in the distribution folder {{cookiecutter.project_shortname}}. The codes adds all *.css files to the MANIFEST.in file. Additionally, the code walks over the distribution folder to find each *.css file and append it to the _css_dist list in {{cookiecutter.project_shortname}}/__init__.py