angular-markdown-directive icon indicating copy to clipboard operation
angular-markdown-directive copied to clipboard

showdown.js should be in too of bower folder

Open ralyodio opened this issue 10 years ago • 2 comments

Running "bower-install:app" (bower-install) task

showdown was not injected in your file.
Please go take a look in "app/bower_components/showdown" for the file you need, then manually include it in your file.

ralyodio avatar May 19 '14 04:05 ralyodio

I got the same message.

Morred avatar Jul 22 '14 11:07 Morred

I think this is really an issue for Showdown to add bower support...but that repo isn't being maintained.

If you manually create a bower.json folder inside bower_components/showdown, and add the following you should be able to get it to auto-install:

{
  "name": "showdown",
  "version": "0.3.1",
  "main": "./compressed/showdown.js",
  "description": "Restful Resources service for AngularJS apps",
    "repository": {
        "type": "git",
        "url":  "https://github.com/coreyti/showdown.git",
        "web":  "https://github.com/coreyti/showdown"
    }
}

josephniet avatar Aug 08 '14 14:08 josephniet