Closed anselmbradford closed 5 years ago
Hmm... is this only a problem with the docs? We probably need to think harder about how these icons get where they need to go if someone is adding cf-forms to a new project.
Turns out this is a problem when ccdb5-ui tries to update cf-forms too! 👀
The doc templates include some icons, but the CSS ALSO references some icons. The includes are in
_includes
, but the CSS referencesdist
, so we need an additional copy there. It would be nicer if this didn't fail silently when the icons are missing and it would also be nice not to require duplicate copies.Additions
Testing
cd docs && gulp && bundle exec jekyll serve