dash-component-boilerplate
dash-component-boilerplate copied to clipboard
added automatic detection of css files
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