editor
editor copied to clipboard
Add to Bower registry
As this editor is a front-end component, would be great to have it as a Bower dependency in other projects.
I think it must have it's own dependencies (the vendor/
folder) also using bower.
Tasks:
- [ ] Manage dependencies with Bower
- [ ] Publish to registry
+1
+1
@paulodiovani @inetbug @stebunovd Hi, I am working on it https://github.com/lepture/editor/tree/bower
It didn't work well for the moment. I'll need to debug it for the latest CodeMirror source code.
Hi there :)
When installing from bower...
bower invalid-meta leptureeditor is missing "main" entry in bower.json
bower invalid-meta leptureeditor is missing "ignore" entry in bower.json
{
"name": "editor",
"version": "0.1.0",
"homepage": "https://github.com/lepture/editor",
"authors": [ "Hsiaoming Yang <[email protected]>" ],
"description": "A markdown editor",
// can be fixed with:
"main": ["src/editor.js"]
...
}
Yes please, it would be great to be able to use it from bower. With minor version bumps.