editor icon indicating copy to clipboard operation
editor copied to clipboard

Add to Bower registry

Open paulodiovani opened this issue 10 years ago • 5 comments

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

paulodiovani avatar Nov 11 '14 16:11 paulodiovani

+1

inetbug avatar Nov 26 '14 09:11 inetbug

+1

stebunovd avatar Jan 20 '15 18:01 stebunovd

@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.

lepture avatar Jan 21 '15 10:01 lepture

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"]
  ...
}

pongstr avatar Apr 12 '15 09:04 pongstr

Yes please, it would be great to be able to use it from bower. With minor version bumps.

firedev avatar Jun 28 '15 08:06 firedev