"bower install --save bootstrap-markdown-editor"
...installs to a "Bootstrap Markdown Editor" directory
Can we make the default directory "bootstrap-markdown-editor" (without spaces) which would conform to other bower component installations?
Probably not worth going through a pull request as it should be a fairly simple change for the repo owner.
NOTE: I have a custom Bower installation directory with a .bowerrc file:
{
"directory":"public/src/components"
}
Maybe this is the reason?